Skip to content

Commit

Permalink
Env doesn’t work for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Jan 14, 2023
1 parent cb4f64a commit 2644db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
NAME: ${{ env.NAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
fail_on_unmatched_files: true
files: |
$NAME.tar.gz
$NAME.checksum
${{ env.NAME }}.tar.gz
${{ env.NAME }}.checksum

0 comments on commit 2644db4

Please sign in to comment.