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 225367a commit 2192e9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
run: |
pip install python-semantic-release
if semantic-release --noop --strict version ; then
echo ",should_release=true" >> $GITHUB_OUTPUT
echo "result=true" >> $GITHUB_OUTPUT
else
echo ",should_release=false" >> $GITHUB_OUTPUT
echo "result=false" >> $GITHUB_OUTPUT
fi
echo "my_variable=true" >> $GITHUB_OUTPUT
- name: Context for steps
env:
Expand Down

0 comments on commit 2192e9a

Please sign in to comment.