Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
Tag names cannot be the SHA1
  • Loading branch information
lucaskjaero authored Dec 30, 2019
1 parent f5e97d5 commit e60fdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}
release_name: ${{ github.sha }}
tag_name: ${{ github.ref }}
release_name: ${{ github.event.head_commit.message }}
draft: false
prerelease: false
- uses: actions/download-artifact@master
Expand Down

0 comments on commit e60fdbf

Please sign in to comment.