Skip to content

Commit

Permalink
Github action should run on tags matching v*.*.*
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent a056d16 commit 89bc6d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '*'
- "v*.*.*"

jobs:
build_release:
Expand All @@ -17,7 +17,6 @@ jobs:
run: make archive
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
M100LE+comments.DO
Expand Down

0 comments on commit 89bc6d5

Please sign in to comment.