We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55acc17 commit 32e63ccCopy full SHA for 32e63cc
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install gems
25
run: bundle install
26
- name: Set version
27
- run: sed -i "s/VERSION = \"0.0.0\"/VERSION = \"${{ github.ref_name }}\"/" lib/code0/zero_track/version.rb && bundle
+ run: sed -i "s/VERSION = '0.0.0'/VERSION = '${{ github.ref_name }}'/" lib/code0/zero_track/version.rb && bundle
28
29
# Release
30
- uses: rubygems/configure-rubygems-credentials@v1.0.0
0 commit comments