Skip to content

Commit 85b4d92

Browse files
committed
fix: same release tag for all builds
1 parent abd36ce commit 85b4d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
uses: ncipollo/release-action@v1
3434
with:
3535
artifacts: "reactopus.min.js,reactopus-source.zip"
36-
tag: v${{ github.run_number }}
36+
tag: Latest version
3737
allowUpdates: true

0 commit comments

Comments
 (0)