Skip to content

Commit d81722b

Browse files
authored
Update README.md
1 parent 7100b2d commit d81722b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The generated archive will be placed as specified by `directory`, `path` and `fi
2525
If you want to attach it to the latest release use another action like [`ncipollo/release-action`](https://github.com/ncipollo/release-action):
2626
```yaml
2727
- name: Upload Release
28-
uses: ncipollo/release-action@v1
28+
uses: ncipollo/release-action@v1.12.0
2929
with:
3030
artifacts: "release.zip"
3131
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)