Skip to content

Commit

Permalink
Update id
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 17, 2024
1 parent 8565021 commit a127bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ jobs:

- name: Comment on PR
run: |
gh pr comment ${{steps.get_issue_number.outputs.result}} --repo ${{ inputs.repository }} --body ":rocket: Published to [npm](https://www.npmjs.com/) in ["${{ env.NEW_VERSION }}"](https://www.npmjs.com/package/"${{ env.NAME }}"/v/"${{ env.NEW_VERSION }}") :tada:"
gh pr comment ${{steps.pull_request_number.outputs.result}} --repo ${{ inputs.repository }} --body ":rocket: Published to [npm](https://www.npmjs.com/) in ["${{ env.NEW_VERSION }}"](https://www.npmjs.com/package/"${{ env.NAME }}"/v/"${{ env.NEW_VERSION }}") :tada:"
env:
GITHUB_TOKEN: ${{ steps.generateAppToken.outputs.token }}

0 comments on commit a127bd9

Please sign in to comment.