Skip to content

Commit

Permalink
Merge pull request #96 from cerebruminc/lucianbuzzo/publish-beta-comm…
Browse files Browse the repository at this point in the history
…ent-update

chore: fix broken comment update flow for beta packages
  • Loading branch information
LucianBuzzo authored Mar 28, 2024
2 parents a02a35f + a9549b0 commit 94f264d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:

- name: Create or update comment
uses: peter-evans/create-or-update-comment@v1
if: steps.fc.outputs.comment-id == ''
with:
issue-number: ${{ github.event.pull_request.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
body: |
Published beta package version: `${{ env.BETA_PACKAGE_VERSION }}`
reactions: eyes

0 comments on commit 94f264d

Please sign in to comment.