This commit is contained in:
U-METAL103\103
2024-01-28 03:35:27 -06:00
parent f1d53fcd8c
commit 01a347d65f
+5
View File
@@ -57,6 +57,11 @@ jobs:
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.run_number }}
body_path: ${{ github.event.head_commit.message }}
- name: Dump vars context
env:
VARS_JSON: ${{ toJSON(vars) }}
run: echo "${VARS_JSON}"