Skip to content

Commit

Permalink
Replace release action with gh cli [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeeeK committed Jan 7, 2024
1 parent f2d53bb commit ffb79d0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ jobs:

- name: Create Release
if: env.STOP_WORKFLOW == 'false'
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
automatic_release_tag: ${{ env.VERSION }}
files: |
run: >
gh release create ${{ env.VERSION }}
--title ${{ env.VERSION }}
--notes "Release ${{ env.VERSION }}"
--draft
./publish/DLL-Release/LCAmmoCheck.dll
./publish/Thunderstore-Release/LCAmmoCheck-${{ env.VERSION }}.zip

0 comments on commit ffb79d0

Please sign in to comment.