Skip to content

Commit

Permalink
fix: allow to run semrel on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Dec 3, 2024
1 parent eee2ecb commit 3d3adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: bun add -D @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/git @semantic-release/github
- name: Calculate release version
run: |
VERSION=$(npx semantic-release --dry-run --no-ci | grep -Po '(?<=The next release version is ).*')
VERSION=$(npx semantic-release --dry-run | grep -Po '(?<=The next release version is ).*')
echo "$VERSION" > VERSION
- run: bun run build
- run: cp dist/index.html pqspread.html
Expand Down

0 comments on commit 3d3adec

Please sign in to comment.