We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30727cf commit 377f877Copy full SHA for 377f877
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
name: aws-lambda-rie
44
path: bin/*
45
- name: Release binaries
46
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
47
if: startsWith(github.ref, 'refs/tags/')
48
with:
49
files: bin/*
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
make tests-with-docker
31
make integ-tests
32
- name: Release
33
34
35
name: Release ${{ github.event.inputs.releaseVersion }}
36
tag_name: v${{ github.event.inputs.releaseVersion }}
0 commit comments