Skip to content

Commit

Permalink
Fix: Update release action version
Browse files Browse the repository at this point in the history
  • Loading branch information
BytexGrid committed Dec 30, 2024
1 parent 2cd50dd commit a866d8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: Compress-Archive -Path "publish/*" -DestinationPath "NeatShift-Release.zip"

- name: Create Release
uses: softprops/action-gh-release@2d55137cf0138d7d00e44ac88164061b5fd25d81
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -78,4 +78,5 @@ jobs:
NeatShift-Release.zip
draft: false
prerelease: false
generate_release_notes: true
generate_release_notes: true
tag_name: ${{ github.ref_type == 'tag' && github.ref_name || 'v1.0.0' }}

0 comments on commit a866d8c

Please sign in to comment.