This commit is contained in:
U-METAL103\103
2024-01-28 03:42:00 -06:00
parent 01a347d65f
commit ef1a484aba
+3 -6
View File
@@ -55,13 +55,12 @@ jobs:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.run_number }}
body_path: ${{ github.event.head_commit.message }}
tag_name: ${{ steps.version.outputs.version }}
body_path: ${{ github.event.head_commit.message }}
- name: Dump vars context
env:
VARS_JSON: ${{ toJSON(vars) }}
run: echo "${VARS_JSON}"
run: echo "${VARS_JSON}"
@@ -78,7 +77,5 @@ jobs: