Skip to content

Commit 972a0f5

Browse files
committed
fix: should create tag on push
1 parent 8499487 commit 972a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
5151
branch: ${{ github.ref }}
52-
tags: false
52+
tags: true
5353
if: env.DRY_RUN == 'false'
5454
- name: Push changes (dry_run)
5555
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)