Skip to content

Commit da17865

Browse files
authored
chore: Update comments in publish workflow to match reality (#1147)
1 parent 106e70b commit da17865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Doist registry configuration, and prepare the Node.js environment for the GitHub
7474
# Packages registry, providing a predictable release workflow for both registries.
7575

76-
- name: Publish package to private npm registry
76+
- name: Publish package to public npm registry
7777
id: semantic-release
7878
run: |
7979
npx semantic-release
@@ -98,7 +98,7 @@ jobs:
9898
registry-url: https://npm.pkg.github.com/
9999
scope: '@doist'
100100

101-
- name: Publish package to public GitHub Packages registry
101+
- name: Publish package to private GitHub Packages registry
102102
if: ${{ steps.semantic-release.outputs.package-published == 'true' }}
103103
run: |
104104
npm publish

0 commit comments

Comments
 (0)