Update build.yml

This commit is contained in:
TrainDoctor
2022-08-11 20:37:46 -07:00
committed by GitHub
parent b68eaca55d
commit 463403be23

View File

@@ -120,7 +120,7 @@ jobs:
echo "VERS: $VERSION"
OUT=$(semver bump prerel "$VERSION")
echo "OUT: $OUT"
echo ::set-output name=tag_name::$OUT
echo ::set-output name=tag_name::v$OUT
- name: Push tag 📤
uses: rickstaa/action-create-tag@v1.3.2