Skip to content

Commit

Permalink
ci: use softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Jul 26, 2022
1 parent 0e9c720 commit f7e6fa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,9 +29,7 @@ jobs:
args: 7z a "HaruhiismAdditionalMusicPack-${{env.VERSION}}.zip" ./resourcepack/*

- name: Github release
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@v1
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
prerelease: false
files: |
*.zip

0 comments on commit f7e6fa3

Please sign in to comment.