We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd36ce commit 85b4d92Copy full SHA for 85b4d92
.github/workflows/release.yml
@@ -33,5 +33,5 @@ jobs:
33
uses: ncipollo/release-action@v1
34
with:
35
artifacts: "reactopus.min.js,reactopus-source.zip"
36
- tag: v${{ github.run_number }}
+ tag: Latest version
37
allowUpdates: true
0 commit comments