Skip to content

Commit

Permalink
bugfix: Release mtagsShared together with mtags when running single v…
Browse files Browse the repository at this point in the history
…ersion release
  • Loading branch information
tgodzik committed Aug 30, 2023
1 parent 88fec28 commit 3070213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
METALS_VERSION=$(echo $GITHUB_REF_NAME | cut -d "_" -f2 | cut -c2-)
SCALA_VERSION=$(echo $GITHUB_REF_NAME | cut -d "_" -f3)
if [ ! -z $METALS_VERSION ] && [ ! -z $SCALA_VERSION ]; then
export CI_RELEASE="++$SCALA_VERSION! mtags/publishSigned"
export CI_RELEASE="++$SCALA_VERSION! mtags/publishSigned mtagsShared/publishSigned"
UPDATE_DOCS=false
COMMAND="; set ThisBuild/version :=\"$METALS_VERSION\"; $COMMAND"
else
Expand Down

0 comments on commit 3070213

Please sign in to comment.