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 7100b2d commit d81722bCopy full SHA for d81722b
README.md
@@ -25,7 +25,7 @@ The generated archive will be placed as specified by `directory`, `path` and `fi
25
If you want to attach it to the latest release use another action like [`ncipollo/release-action`](https://github.com/ncipollo/release-action):
26
```yaml
27
- name: Upload Release
28
- uses: ncipollo/release-action@v1
+ uses: ncipollo/release-action@v1.12.0
29
with:
30
artifacts: "release.zip"
31
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments