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 0dbc000 commit b4644a2Copy full SHA for b4644a2
.github/workflows/release.yml
@@ -1,9 +1,9 @@
1
-name: Release
+name: BUild & Release
2
3
-on:
4
- push:
5
- tags:
6
- - 'v*.*.*'
+#on:
+# push:
+# tags:
+# - 'v*.*.*'
7
8
permissions:
9
contents: write
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
tag_name: ${{ github.ref }}
43
- release_name: Release ${{ env.IMAGE_TAG }}
+ release_name: Release ${{ github.ref }}
44
body: This is an automated release, wait for the change log to be updated
45
draft: false
46
prerelease: false
@@ -63,4 +63,4 @@ jobs:
63
upload_url: ${{ steps.create_release.outputs.upload_url }}
64
asset_path: ./dist/writer
65
asset_name: writer
66
- asset_content_type: application/octet-stream
+ asset_content_type: application/octet-stream
0 commit comments