Skip to content

Commit

Permalink
chore: create github release in cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 1e78ab3 commit 4212fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
needs: [semantic-release, build-package]
env:
semantic-release-result: ${{needs.semantic-release.outputs.semantic-release-result}}
if: semantic-release-result == 'true'
if: $semantic-release-result == 'true'
steps:
- uses: python-semantic-release/upload-to-gh-release@main
with:
Expand Down

0 comments on commit 4212fdc

Please sign in to comment.