Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
avive authored Jun 25, 2021
1 parent 12ced0d commit 52f93d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
uses: release-drafter/release-drafter@v5

- uses: actions/download-artifact@v2

with:
path: .

- run: |
VER="${{ github.ref }}"
echo "VERSION=${VER#refs/tags/v}" >> $GITHUB_ENV
Expand Down

0 comments on commit 52f93d6

Please sign in to comment.