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 a7aa6ee commit 7e5aa69Copy full SHA for 7e5aa69
.github/workflows/release-automated.yml
@@ -25,6 +25,7 @@ jobs:
25
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
26
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29
- name: Determine tag on current commit
30
id: tag
31
run: echo "::set-output name=current_tag::$(git describe --tags --abbrev=0 --exact-match || echo '')"
0 commit comments