Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Jun 7, 2024
1 parent f1614c3 commit 28fb737
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
name: build-artifacts
path: dist/

- name: Log output variables
run: |
echo "VERSION=${{ steps.get_version.outputs.VERSION }}"
job2:
runs-on: ubuntu-latest
needs: build-and-test
steps:
- env:
VERSION: ${{needs.build-and-test.outputs.VERSION}}
run: echo "$VERSION"

0 comments on commit 28fb737

Please sign in to comment.