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 4284e04 commit b52a2f7Copy full SHA for b52a2f7
.github/workflows/publish.yaml
@@ -33,7 +33,8 @@ jobs:
33
run: pdm sync -d
34
35
- name: Publish
36
- run: '[[ "$GIT_TAG" =~ ^(.*)-[0-9]+\.[0-9]+\.[0-9]+$ ]] && export PROJECT="${BASH_REMATCH[1]}" && npx nx release publish --projects $PROJECT'
+ run: '[[ ${{ github.ref_name }} =~ ^(.*)-[0-9]+\.[0-9]+\.[0-9]+$ ]] && export PROJECT="${BASH_REMATCH[1]}" && npx nx release publish --projects $PROJECT'
37
+ shell: bash
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
40
NPM_CONFIG_PROVENANCE: true
0 commit comments