Skip to content

Commit 5a361f8

Browse files
claudeHeyItsGilbert
authored andcommitted
Update softprops/action-gh-release from v1 to v2
1 parent 123ba46 commit 5a361f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ci-examples/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Task Deploy -precondition { $Environment -eq 'Production' } {
396396
397397
- name: Create GitHub Release
398398
if: startsWith(github.ref, 'refs/tags/')
399-
uses: softprops/action-gh-release@v1
399+
uses: softprops/action-gh-release@v2
400400
with:
401401
files: |
402402
./build/*.zip

0 commit comments

Comments
 (0)