Skip to content

Commit

Permalink
Merge pull request #75 from Expensify/Rory-FixPublishOnMerge
Browse files Browse the repository at this point in the history
Fix yaml syntax
  • Loading branch information
luacmartins committed Oct 4, 2023
2 parents 0440f29 + 0eb01c8 commit 27d8c46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Comment on PR
run: gh pr comment ${{ steps.getMergedPullRequest.outputs.number }} --body \
":rocket: Published in ${{ env.NEW_VERSION }}"
run: |
gh pr comment ${{ steps.getMergedPullRequest.outputs.number }} --body \
":rocket: Published in ${{ env.NEW_VERSION }}"
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 27d8c46

Please sign in to comment.