Skip to content

Commit

Permalink
asdf8
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent 0461c5c commit df2475c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ jobs:
needs:
- tag
steps:
- name: Echo is-prerelease
run: echo "${{ toJSON(needs.tag.outputs.is-prerelease) }}"
- name: Echo tag output
run: |
echo prerelease-depth: "${{ fromJSON(needs.tag.outputs.prerelease-depth) }}"
echo is-prerelease: "${{ toJSON(needs.tag.outputs.is-prerelease) }}"
release:
needs:
Expand Down

0 comments on commit df2475c

Please sign in to comment.