Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 16, 2024
1 parent 9b59aa8 commit 5cc22ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
needs: tag_site
steps:
name: Verify output
env:
OUTPUT: ${{ needs.tag_site.outputs.next_rev }}
run: echo $OUTPUT
- name: Verify output
env:
OUTPUT: ${{ needs.tag_site.outputs.next_rev }}
run: echo $OUTPUT
deploy:
name: Deploy to staging
needs: tag_site
Expand Down

0 comments on commit 5cc22ed

Please sign in to comment.