Compare commits

...
8 Commits
Author SHA1 Message Date
U-METAL103\103 e6a4608999 shit number 2024-01-28 04:29:10 -06:00
U-METAL103\103 590150e80c I love to shit 2024-01-28 04:26:39 -06:00
U-METAL103\103 2ba1091027 I love to shit out of my tummy 2024-01-28 04:25:29 -06:00
U-METAL103\103 569467f43f I love to shit 2024-01-28 04:23:10 -06:00
U-METAL103\103 a536d68d40 spaces 2024-01-28 04:13:26 -06:00
U-METAL103\103 da59fce84a I need to empty my tummy 2024-01-28 04:07:04 -06:00
U-METAL103\103 8ef6b42bc6 shit2 2024-01-28 04:01:46 -06:00
U-METAL103\103 34abc64ed0 shitted 2024-01-28 03:57:29 -06:00
+4 -4
View File
@@ -55,10 +55,10 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
release_name: ${{ steps.version.outputs.version }} release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.event.head_commit.message }} tag_name: ${{ github.run_number }}
body_path: ${{ github.event.head_commit.message }} body: ${{ github.event.head_commit.message }}
- name: Dump vars context
run: echo ${{ toJSON(vars) }}