Skip to content

Commit

Permalink
Temporarily fix CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
variadico committed Oct 10, 2022
1 parent 7f0e5a1 commit 9557998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
make release/noti.darwinrelease
- name: Set tag env var
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: echo ::set-env name=GIT_TAG::${GITHUB_REF#refs/*/}
- name: Stash release
uses: actions/upload-artifact@v2
Expand All @@ -40,6 +42,8 @@ jobs:
draft: true
prerelease: false
- name: Set tag env var
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: echo ::set-env name=GIT_TAG::${GITHUB_REF#refs/*/}
- name: Download Darwin release
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 9557998

Please sign in to comment.