Skip to content

Commit

Permalink
another minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 22, 2024
1 parent d7c2d91 commit 3740335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ jobs:
prerelease: false

- name: Upload Release Assets
env:
RELEASE: ${{ needs.test.outputs.RELEASE }}
if: ${{ env.RELEASE == 'true' }}
id: upload-release-assets
uses: dwenegar/upload-release-assets@v1
env:
RELEASE: ${{ needs.test.outputs.RELEASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_id: ${{ steps.create-release.outputs.id }}
Expand Down

0 comments on commit 3740335

Please sign in to comment.