Skip to content

Commit

Permalink
feat: updating to new release management system
Browse files Browse the repository at this point in the history
  • Loading branch information
kieronlanning committed Jun 14, 2024
1 parent c02f8e6 commit 20f83ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Get release version
id: get_version
run: echo "RELEASE_VERSION=$(npx --no-install semantic-release --branches testing-semantic-release --dry-run | grep "Release version" | awk '{print $3}')" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(npx --no-install semantic-release --branches testing-semantic-release --dry-run | grep "Published release" | awk '{print $5}')" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 20f83ef

Please sign in to comment.