Skip to content

Commit 1edf284

Browse files
committed
Bump softprops/action-gh-release from 2 to 3
softprops/action-gh-release@v2...v3
1 parent 57f7bd1 commit 1edf284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
NUGET_API_KEY: ${{ steps.nuget.outputs.NUGET_API_KEY }}
8282

8383
- name: release
84-
uses: softprops/action-gh-release@v2
84+
uses: softprops/action-gh-release@v3
8585
if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/') }}
8686
with:
8787
name: 'vbamc ${{ github.ref_name }}'

0 commit comments

Comments
 (0)