Skip to content

Commit

Permalink
Add shell info
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed May 24, 2024
1 parent 8ae28e5 commit 3838a44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/experiment-with-ci-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
return response.data.tag_name
- name: Echo latest release tag
shell: bash -l {0}
run: |
echo "Latest release tag: ${{ steps.get-release.outputs.result }}"
Expand All @@ -35,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Echo latest release tag from previous job
run:
shell: bash -l {0}
run: |
echo "Latest release tag from previous job: ${{ needs.get-latest-release.outputs.latest_release_tag }}"

0 comments on commit 3838a44

Please sign in to comment.