Skip to content

Commit

Permalink
update actions tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Feb 7, 2024
1 parent 449be57 commit 209e8a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabric-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fabric Modrinth and CurseForge Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+\+1.20.1'

env:
MINECRAFT_VERSION: "1.20.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Forge Modrinth and CurseForge Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+\+1.20.1'

env:
MINECRAFT_VERSION: "1.20.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Github Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+\+1.20.1'

env:
MINECRAFT_VERSION: "1.20.1"
Expand Down

0 comments on commit 209e8a6

Please sign in to comment.