Skip to content

Commit 2327464

Browse files
authored
Merge pull request #77 from cetteup/renovate/softprops-action-gh-release-2.x
chore(deps): update softprops/action-gh-release action to v2
2 parents 86e3aa6 + 50d62ab commit 2327464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
$(Get-FileHash -Path BF2AutoSpectator-${{ github.ref_name }}.zip -Algorithm MD5).Hash.toLower() + "`n" | Out-File -NoNewline BF2AutoSpectator-${{ github.ref_name }}.zip.md5
3838
$(Get-FileHash -Path BF2AutoSpectator-${{ github.ref_name }}.zip -Algorithm SHA256).Hash.toLower() + "`n" | Out-File -NoNewline BF2AutoSpectator-${{ github.ref_name }}.zip.sha256
3939
- name: Create release
40-
uses: softprops/action-gh-release@v1
40+
uses: softprops/action-gh-release@v2
4141
with:
4242
files: BF2AutoSpectator-${{ github.ref_name }}.zip*
4343
draft: true

0 commit comments

Comments
 (0)