We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106e70b commit da17865Copy full SHA for da17865
.github/workflows/publish-package-release.yml
@@ -73,7 +73,7 @@ jobs:
73
# Doist registry configuration, and prepare the Node.js environment for the GitHub
74
# Packages registry, providing a predictable release workflow for both registries.
75
76
- - name: Publish package to private npm registry
+ - name: Publish package to public npm registry
77
id: semantic-release
78
run: |
79
npx semantic-release
@@ -98,7 +98,7 @@ jobs:
98
registry-url: https://npm.pkg.github.com/
99
scope: '@doist'
100
101
- - name: Publish package to public GitHub Packages registry
+ - name: Publish package to private GitHub Packages registry
102
if: ${{ steps.semantic-release.outputs.package-published == 'true' }}
103
104
npm publish
0 commit comments