Skip to content

Commit

Permalink
put back asset uploadin on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
duksis committed May 29, 2024
1 parent 5968142 commit 0c6f7ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
on: push
# push:
# tags:
# - 'v*'
on:
push:
tags:
- 'v*'

name: Build release assets

jobs:
build:
name: Create Release
name: Upload Release assets
runs-on: macos-14
steps:
- name: Checkout code
Expand All @@ -18,4 +18,3 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: dist/lock.dmg
tag_name: v1.1.1

0 comments on commit 0c6f7ca

Please sign in to comment.