Skip to content

Commit a4697b6

Browse files
authored
Update tagged-release.yml
1 parent 0a34c66 commit a4697b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tagged-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Creates releases on Curseforge and Github Releases based on v* tags
12
name: Tagged Commit Release
23

34
on:
@@ -180,4 +181,4 @@ jobs:
180181
changelog: ${{ steps.changelog.outputs.changelog }}
181182
changelog_type: markdown
182183
game_versions: java:Java 8,Forge
183-
release_type: ${{ needs.vars.outputs.release_type }}
184+
release_type: ${{ needs.vars.outputs.release_type }}

0 commit comments

Comments
 (0)