Skip to content

Commit

Permalink
removed get tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Feb 2, 2024
1 parent 28530b4 commit aa3c7a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ jobs:
path: vot
pattern: vot-*
merge-multiple: true
- name: Grab and store version
run: |
tag_name=$(echo ${{ github.ref }} | grep -oE "[^/]+$")
echo "VERSION=$tag_name" >> $GITHUB_ENV
- name: Create release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
name: ${{ env.VERSION }} ${{ github.sha }}
name: ${{ github.sha }}
draft: true
prerelease: false
files: |
Expand Down

0 comments on commit aa3c7a7

Please sign in to comment.