Skip to content

Commit

Permalink
ci(github): fix repository name in upload release artifact
Browse files Browse the repository at this point in the history
Release-As: 1.0.4
  • Loading branch information
remarkablemark authored Jun 11, 2024
1 parent 24b8eab commit 327a32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
release-type: node

publish:
deploy:
needs: release
runs-on: ubuntu-latest
if: ${{ needs.release.outputs.release_created }}
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}

- name: Upload Release Artifact
run: gh release upload ${{ needs.release.outputs.tag_name }} dist/${{ github.repository }}-${{ env.VERSION }}.zip
run: gh release upload ${{ needs.release.outputs.tag_name }} dist/${{ github.event.repository.name }}-${{ env.VERSION }}.zip
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 327a32f

Please sign in to comment.