Skip to content

Commit

Permalink
use sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Mar 19, 2022
1 parent c5b80ba commit b7b6b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: release-${{ github.sha }}
release_name: Release ${{ github.sha }}
files: octopath.asl

0 comments on commit b7b6b47

Please sign in to comment.