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 67cbaf5 commit 3a1f194Copy full SHA for 3a1f194
.github/workflows/release-nightly.yml
@@ -40,6 +40,3 @@ jobs:
40
- name: 📦 release nightly
41
if: github.event_name == 'push'
42
run: pnpm changelogen --canary nightly --publish
43
- env:
44
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
45
- NPM_CONFIG_PROVENANCE: true
.github/workflows/release.yml
@@ -39,9 +39,6 @@ jobs:
39
- name: 📦 Release
run: pnpm changelogen --publish
- NODE_AUTH_TOKEN: ${{ secrets.RELEASE_NODE_AUTH_TOKEN }}
46
- name: 🏷️ Create tag
47
run: |
0 commit comments