Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Apr 23, 2023
1 parent 43c2329 commit 19fd286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get short SHA
id: short_sha
run: echo "::name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
run: echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT

- name: Create Pre-release
id: create_release
Expand Down

0 comments on commit 19fd286

Please sign in to comment.