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 dd68a75 commit 4878c7bCopy full SHA for 4878c7b
.github/workflows/create-tag.yml
@@ -51,8 +51,5 @@ jobs:
51
git config --global user.email "github-actions[bot]@users.noreply.github.com"
52
npm version ${{ github.event.inputs.bump || 'minor' }} -m "Release %s"
53
54
- - name: Dry run publishing to npm
55
- run: npm publish --dry-run --provenance --access=public
56
-
57
- name: Push to GitHub
58
run: git push origin main --follow-tags
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
registry-url: 'https://registry.npmjs.org'
25
26
- name: Publish to npm
27
+ run: npm publish --provenance --access=public
28
29
- name: Create GitHub Release
30
uses: softprops/action-gh-release@v2
0 commit comments