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 49ba181 commit b3299b9Copy full SHA for b3299b9
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
name: aws-lambda-rie
30
path: bin/*
31
- name: Release binaries
32
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v2.2.2
33
if: startsWith(github.ref, 'refs/tags/')
34
with:
35
files: bin/*
0 commit comments