Skip to content

Commit

Permalink
fix(package): package.yaml now uses globs for tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
acederberg committed Aug 21, 2024
1 parent a320372 commit 5882716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Package and Release
on:
push:
# NOTE: From https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
tags: ["^[0-9]+.[0-9]+.[0-9]+(-?(alpha|beta))?$"]
tags: ["0.*"]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5882716

Please sign in to comment.