Skip to content

Commit

Permalink
ci: test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Aug 13, 2023
1 parent 9aa0aa4 commit 80e18fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
run: |
pip install python-semantic-release
if semantic-release --noop --strict version ; then
echo "should_release=true" >> $GITHUB_OUTPUT
echo "should_release=true" >> $env:GITHUB_OUTPUT
else
echo "should_release=false" >> $GITHUB_OUTPUT
echo "should_release=false" >> $env:GITHUB_OUTPUT
fi
- name: Context for steps
Expand Down

0 comments on commit 80e18fb

Please sign in to comment.