Skip to content

Commit

Permalink
fix: test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jul 9, 2024
1 parent 9fdb081 commit 9654f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: run command if new release published
if: steps.semantic.outputs.new_release_published == 'true'
run: sed -i "s/ESI_SHELL_VERSION=.*/ESI_SHELL_VERSION=${{ steps.semantic.outputs.new_release_version }}-${GITHUB_SHA::8}/g" esi-shell
run: sed -i "s/ESI_SHELL_VERSION=.*/ESI_SHELL_VERSION=${{ steps.semantic.outputs.new_release_git_tag }}-${{ steps.semantic.outputs.new_release_git_head }}.SubString(0, 8)/g" esi-shell

- name: run command if new release NOT published
if: steps.semantic.outputs.new_release_published == 'false'
Expand Down

0 comments on commit 9654f7c

Please sign in to comment.