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 b341bd1 commit fd69755Copy full SHA for fd69755
.github/workflows/publish.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: pdm sync -d
39
40
- name: Publish
41
- run: '[[ ${{ github.ref_name }} =~ ^(.*)-[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 --verbose'
42
shell: bash
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments