Skip to content

Commit

Permalink
fix: id not name
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 26, 2023
1 parent bb47286 commit b7d5797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm install -g npm@latest

- name: Upload release assets
name: releaseassets
id: releaseassets
if: ${{ steps.release-please.outputs.release_created }}
run: ./.build/upload-release-assets.sh ${{ steps.release-please.outputs.tag_name }} ${{ steps.release-please.outputs.sha }}
env:
Expand Down

0 comments on commit b7d5797

Please sign in to comment.