Skip to content

Commit

Permalink
add DEPLOY_RELEASE env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Mar 1, 2021
1 parent c5bcde9 commit 1ab7d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
tag: ["0.19-pre"]
env:
DEPLOY_RELEASE: ${{ matrix.tag }}

steps:
- if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 1ab7d8d

Please sign in to comment.