Skip to content

Commit b4644a2

Browse files
committed
Disable action
1 parent 0dbc000 commit b4644a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Release
1+
name: BUild & Release
22

3-
on:
4-
push:
5-
tags:
6-
- 'v*.*.*'
3+
#on:
4+
# push:
5+
# tags:
6+
# - 'v*.*.*'
77

88
permissions:
99
contents: write
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
4242
tag_name: ${{ github.ref }}
43-
release_name: Release ${{ env.IMAGE_TAG }}
43+
release_name: Release ${{ github.ref }}
4444
body: This is an automated release, wait for the change log to be updated
4545
draft: false
4646
prerelease: false
@@ -63,4 +63,4 @@ jobs:
6363
upload_url: ${{ steps.create_release.outputs.upload_url }}
6464
asset_path: ./dist/writer
6565
asset_name: writer
66-
asset_content_type: application/octet-stream
66+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)