Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Physton committed Nov 17, 2023
1 parent e053c67 commit d26b1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- name: Get base commit SHA
id: base_commit_sha
run: echo "::set-output name=sha_short::$(git rev-parse --short=7 HEAD^)"
run: echo "::set-output name=sha_short::$(git rev-parse --short=7 HEAD)"

- name: Get base commit SHA full
id: base_commit_sha_full
run: echo "::set-output name=sha_full::$(git rev-parse HEAD^)"
run: echo "::set-output name=sha_full::$(git rev-parse HEAD)"

- name: Get from commit SHA
id: from_commit_sha
Expand Down

0 comments on commit d26b1fa

Please sign in to comment.