1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +00:00

Use full SHA for beta tag

This commit is contained in:
jugeeya 2020-08-19 17:44:20 -07:00 committed by GitHub
parent b6bb888d82
commit d3a704b75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,9 +54,6 @@ jobs:
mkdir -p ${{env.TESLA_OVERLAY_DIR}}
cp overlay/ovlTrainingModpack.ovl ${{env.TESLA_OVERLAY_DIR}}/ovlTrainingModpack.ovl
zip -r training_modpack_beta.zip atmosphere switch
- name: Get short commit SHA
id: commit-sha
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Update Release
uses: meeDamian/github-release@2.0
with:
@ -64,7 +61,7 @@ jobs:
prerelease: true
allow_override: true
gzip: false
tag: beta-${{ steps.commit-sha.outputs.sha_short }}
tag: beta-${{ github.sha }}
name: beta
body: >
Beta built off of the latest code in the repository.