Skip to content

Commit

Permalink
ci: fix typo in release tags 🐙 (#56)
Browse files Browse the repository at this point in the history
* ci: create automatic releases for tagged commits🐙

* ci: fix typo in tags
  • Loading branch information
KarelZe authored Jan 13, 2024
1 parent a645694 commit ec16386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#patterns-to-match-branches-and-tags
# e.g., v1.10.1
tags:
- 'v[12].[0-9]+.[0-9]+'
- 'v[0-9].[0-9]+.[0-9]+'
permissions:
contents: write
jobs:
Expand Down

0 comments on commit ec16386

Please sign in to comment.