Skip to content

Commit

Permalink
Disable action
Browse files Browse the repository at this point in the history
  • Loading branch information
JexSrs committed Feb 3, 2025
1 parent 0dbc000 commit b4644a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release
name: BUild & Release

on:
push:
tags:
- 'v*.*.*'
#on:
# push:
# tags:
# - 'v*.*.*'

permissions:
contents: write
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ env.IMAGE_TAG }}
release_name: Release ${{ github.ref }}
body: This is an automated release, wait for the change log to be updated
draft: false
prerelease: false
Expand All @@ -63,4 +63,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/writer
asset_name: writer
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit b4644a2

Please sign in to comment.