Skip to content

Commit 32e63cc

Browse files
committed
Fix release workflow
1 parent 55acc17 commit 32e63cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install gems
2525
run: bundle install
2626
- name: Set version
27-
run: sed -i "s/VERSION = \"0.0.0\"/VERSION = \"${{ github.ref_name }}\"/" lib/code0/zero_track/version.rb && bundle
27+
run: sed -i "s/VERSION = '0.0.0'/VERSION = '${{ github.ref_name }}'/" lib/code0/zero_track/version.rb && bundle
2828

2929
# Release
3030
- uses: rubygems/configure-rubygems-credentials@v1.0.0

0 commit comments

Comments
 (0)