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 538519f commit bdaebb1Copy full SHA for bdaebb1
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- name: Set Release Version
35
run: |
36
- RELEASE_VERSION=${GITHUB_REF#refs/tags/v}
+ RELEASE_VERSION=${TAG#v}
37
re=[0-9]+\.[0-9]+\.[0-9]+
38
if [[ $RELEASE_VERSION =~ $re ]]; then
39
echo "GEM_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
@@ -45,7 +45,7 @@ jobs:
45
fi
46
47
- name: Checkout
48
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
49
50
- name: Setup Ruby
51
uses: ruby/setup-ruby@v1
0 commit comments