Skip to content

Commit

Permalink
Update get-mc-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschipcraft authored Dec 4, 2021
1 parent 4788983 commit 07e9223
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/get-mc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ case "$pack_version" in
echo ::set-output name=MC_VERSION::"1.15-1.16.1"
;;
6 )
echo ::set-output name=MC_VERSION::"1.16.2-1.16.3"
echo ::set-output name=MC_VERSION::"1.16.2-1.16.5"
;;
7 )
echo ::set-output name=MC_VERSION::"1.17"
;;
8 )
echo ::set-output name=MC_VERSION::"1.18"
;;
esac

0 comments on commit 07e9223

Please sign in to comment.