We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123ba46 commit 5a361f8Copy full SHA for 5a361f8
docs/ci-examples/github-actions.md
@@ -396,7 +396,7 @@ Task Deploy -precondition { $Environment -eq 'Production' } {
396
397
- name: Create GitHub Release
398
if: startsWith(github.ref, 'refs/tags/')
399
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
400
with:
401
files: |
402
./build/*.zip
0 commit comments