We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ee78d commit c0d3fa3Copy full SHA for c0d3fa3
.github/workflows/ci.yaml
@@ -374,7 +374,7 @@ jobs:
374
./project/scripts/sbt dist/packArchive
375
sha256sum dist/target/scala3-* > dist/target/sha256sum.txt
376
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
377
- echo "name=RELEASE_TAG::${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
+ echo "RELEASE_TAG=${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
378
379
- name: Create GitHub Release
380
id: create_gh_release
0 commit comments