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 a380cd6 commit c4552f0Copy full SHA for c4552f0
.github/workflows/release.yml
@@ -51,8 +51,6 @@ jobs:
51
if: github.ref == 'refs/heads/develop'
52
run: |
53
GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
54
- env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
56
57
- name: Publish Release (main)
58
if: github.ref == 'refs/heads/main'
0 commit comments