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 531693b commit bf7449a
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 @@ -66,7 +66,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 -oP '(?:The next release version is )([0-9]+\.[0-9]+\.[0-9])' | grep -oP '[0-9]+\.[0-9]+\.[0-9]+')" >> $GITHUB_ENV"
echo "RELEASE_VERSION=$(npx --no-install semantic-release --branches testing-semantic-release --dry-run | grep -oP '(?:The next release version is )([0-9]+\.[0-9]+\.[0-9])' | grep -oP '[0-9]+\.[0-9]+\.[0-9]+')" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bf7449a

Please sign in to comment.