Skip to content

Commit

Permalink
fix github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
ttxs69 committed Aug 14, 2022
1 parent f33b95d commit 9839053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
# See: https://github.community/t5/GitHub-Actions/How-to-get-just-the-tag-name/m-p/32167/highlight/true#M1027
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "version is: ${{ env.VERSION }}"
steps:
- name: GH Release
id: release
uses: softprops/action-gh-release@v0.1.14
Expand Down

0 comments on commit 9839053

Please sign in to comment.