Skip to content

Commit

Permalink
Fixed tag prefix in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarigs committed Aug 6, 2024
1 parent 4c69153 commit 33bca33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: 'publish'
on:
push:
tags:
- 'v-*'
- 'v*'

# This workflow will trigger on each push to a `release/*` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
# This workflow will trigger on creation of a `v*/*` tag
# It will create/update a GitHub release, build the app, and upload the artifacts to the release.

jobs:
publish-tauri:
Expand Down

0 comments on commit 33bca33

Please sign in to comment.