File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,12 @@ jobs:
9191 node-version : 12
9292 - name : Install project
9393 run : npm ci --ignore-scripts
94- # - name: Release
95- # env:
96- # GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
97- # GIT_AUTHOR_NAME: vidavidorra-release
98- # GIT_AUTHOR_EMAIL: 65564857+vidavidorra-release@users.noreply.github.com
99- # GIT_COMMITTER_NAME: vidavidorra-release
100- # GIT_COMMITTER_EMAIL: 65564857+vidavidorra-release@users.noreply.github.com
101- # run: npx --no-install semantic-release
94+ - name : Release
95+ env :
96+ GITHUB_TOKEN : ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
97+ GIT_AUTHOR_NAME : vidavidorra-release
98+ GIT_AUTHOR_EMAIL : 65564857+vidavidorra-release@users.noreply.github.com
99+ GIT_COMMITTER_NAME : vidavidorra-release
100+ GIT_COMMITTER_EMAIL : 65564857+vidavidorra-release@users.noreply.github.com
101+ NPM_TOKEN : { { secrets.NPM_PUBLISH_TOKEN } }
102+ run : npx --no-install semantic-release
You can’t perform that action at this time.
0 commit comments