Skip to content

Commit

Permalink
fixing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jun 7, 2021
1 parent 27074cb commit ecb6ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: npm run pkg
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ needs.publish.outputs.upload_url }}
asset_path: release/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ecb6ffe

Please sign in to comment.