Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Apr 2, 2024
1 parent c5aa4ea commit 37e83c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: next-version
run: |
PREFIXED_VERSION=$(git-cliff --config .git-cliff/changelog.toml --unreleased --bumped-version 2>/dev/null)
echo "version=${PREFIXED_VERSION#v} >> $GITHUB_OUTPUT
echo "version=${PREFIXED_VERSION#v}" >> $GITHUB_OUTPUT
- name: Patch package.json version
run: bun scripts/patch-version.ts "${{ steps.next-version.outputs.version }}"
- name: Build
Expand Down

0 comments on commit 37e83c8

Please sign in to comment.