Skip to content

Commit

Permalink
Condition doesn't work, hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
jfharden committed Jan 29, 2024
1 parent 718be51 commit 158c3de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
needs:
- test
outputs:
release: ${{ steps.tag-release.outputs.release }}
version: ${{ steps.tag-release.outputs.version }}
release: "${{ steps.tag-release.outputs.release }}"
version: "${{ steps.tag-release.outputs.version }}"

permissions:
contents: write
Expand All @@ -30,6 +30,7 @@ jobs:
with:
fetch-depth: 0
- shell: bash
id: tag-release
name: tag-release
run: |
VERSION=$(yq -oy '.package.version' Cargo.toml)
Expand Down

0 comments on commit 158c3de

Please sign in to comment.