Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Oct 10, 2023
1 parent da10a4c commit 2cefaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release-rc-version

on:
push:
tag:
tags:
- 'v1*-rc*'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release-tag-version

on:
push:
tag:
tags:
- 'v1.*'
- '!v1*-rc*'
- '!v1*-dev'
Expand Down

0 comments on commit 2cefaf1

Please sign in to comment.