Skip to content

Commit

Permalink
Merge pull request #125 from GESkunkworks/fix/workflow
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
Squwid authored Jan 12, 2021
2 parents 5943de5 + a701b6c commit 8369c01
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 @@ -36,7 +36,7 @@ jobs:
run: |
version=${GITHUB_REF#refs/*/}
stripped_version=${version#v}
echo ::set-env name=VERSION::${stripped_version}
echo "VERSION=${stripped_version}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.x
Expand Down

0 comments on commit 8369c01

Please sign in to comment.