Skip to content

Commit

Permalink
Fix missing imports of "VERSION"
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 11, 2021
1 parent 81e82a9 commit f60faa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
pkg: "zip"
runs-on: ${{ matrix.os }}

env:
VERSION: ${{needs.check.outputs.version}}

steps:

- name: Set version
Expand Down Expand Up @@ -147,6 +150,8 @@ jobs:
- check
- build
runs-on: ubuntu-latest
env:
VERSION: ${{needs.check.outputs.version}}
steps:
- name: Dump state
run: |
Expand Down

0 comments on commit f60faa3

Please sign in to comment.