Skip to content

Commit

Permalink
chore(fix): workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Feb 23, 2024
1 parent 6a902ee commit 57f6b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Determine next release version
id: determine_version
run: |
NEXT_RELEASE_VERSION=$(npx semantic-release --no-ci --dry-run --plugins=semantic-release-unsquash,@semantic-release/commit-analyzer,@semantic-release/release-notes-generator | grep -oP 'The next release version is \K[0-9]+\.[0-9]+\.[0-9]+')
NEXT_RELEASE_VERSION=$(npx semantic-release --no-ci --dry-run | grep -oP 'The next release version is \K[0-9]+\.[0-9]+\.[0-9]+')
echo "NEXT_RELEASE_VERSION=${NEXT_RELEASE_VERSION}" >> $GITHUB_ENV
- name: Post comment on PR
Expand Down

0 comments on commit 57f6b6f

Please sign in to comment.