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 1e2f43f commit d0133abCopy full SHA for d0133ab
.github/workflows/versionBump.yml
@@ -39,7 +39,7 @@
39
- name: Get next version
40
id: next_version
41
run: |
42
- echo "NEXT_VERSION=$(npx semantic-release --dry-run | awk '/The next release version is/{print $NF}')" >> $GITHUB_ENV
+ echo "NEXT_VERSION=$(npx semantic-release --dry-run --no-ci | awk '/The next release version is/{print $NF}')" >> $GITHUB_ENV
43
env:
44
GITHUB_TOKEN: ${{ secrets.PAT }}
45
0 commit comments