Skip to content

Commit

Permalink
build: fix actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 6, 2024
1 parent fe6aaff commit 1d3f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cache: pnpm

- id: version
run: echo "value=$(echo ${{ github.ref }} | sed 's/refs\/tags\///'" >> $GITHUB_OUTPUT
run: echo "value=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')" >> $GITHUB_OUTPUT
- name: bump version to ${{ steps.version.outputs.value }}
run: |
pnpx replace-in-files-cli \
Expand Down

0 comments on commit 1d3f3b2

Please sign in to comment.