We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f18f4c commit dbb4355Copy full SHA for dbb4355
.github/workflows/build_release.yaml
@@ -58,6 +58,7 @@ jobs:
58
- name: Release
59
uses: ncipollo/release-action@v1
60
with:
61
+ tag: "test"
62
artifacts: react-github-actions-release-build.zip
63
body: https://react-github-actions.s3.amazonaws.com/index.html
64
token: ${{ secrets.RELEASE_TOKEN }}
0 commit comments