Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
test step variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 3, 2020
1 parent f386f87 commit 9c0a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: test version
run: echo ::set-output name=release::$(make test-version)
- name: test variable value
run: echo ${{ steps.vars.outputs.release }}
run: echo $(steps.vars.outputs.release)
- name: build python bundle
if: steps.vars.outputs.release == 'yes'
run: "make bundle${{ matrix.python-version }}"
Expand Down

0 comments on commit 9c0a6db

Please sign in to comment.