Skip to content

Commit

Permalink
fix(ci): missing $ for outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 27, 2024
1 parent cb40694 commit 22ac1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Bump manifest version
runs-on: ubuntu-latest
outputs:
release_tag: {{ steps.get_tag.outputs.release_tag }}
release_tag: ${{ steps.get_tag.outputs.release_tag }}

steps:
- name: Checkout source code
Expand Down

0 comments on commit 22ac1a6

Please sign in to comment.