Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfight committed May 16, 2024
1 parent ce783b4 commit ec1c0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- '*'

jobs:
build:
Expand Down Expand Up @@ -42,4 +44,3 @@ jobs:
with:
artifacts: release-${{ steps.variables.outputs.ARCH }}.tar.gz
name: Release for commit ${{ steps.shorten_sha.outputs.SHORT_SHA }}
tag: ${{ steps.shorten_sha.outputs.SHORT_SHA }}

0 comments on commit ec1c0d3

Please sign in to comment.