Skip to content

Commit

Permalink
make new releases latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Mar 19, 2022
1 parent b7b6b47 commit f7dd7da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
draft: false
prerelease: false
tag_name: release-${{ github.sha }}
release_name: Release ${{ github.sha }}
files: octopath.asl

0 comments on commit f7dd7da

Please sign in to comment.