diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 9af174c..e241285 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -23,8 +23,8 @@ jobs: with: comment-id: ${{ github.event.comment.id }} reactions: eyes + edit-mode: replace body: | - @${{ github.actor }} your snapshot release is being processed. :hourglass_flowing_sand: This may take a few minutes... @@ -42,6 +42,7 @@ jobs: with: comment-id: ${{ github.event.comment.id }} reactions: confused + edit-mode: replace body: | @${{ github.actor }} you do not have permission to run this command. @@ -99,6 +100,7 @@ jobs: id: format-comment run: | changesetComment=$(echo "${{ steps.changesets.outputs.changeset-comment }}" | jq '.[] | "\(.name)@\(.version)"') + echo $changesetComment echo "changesetComment=$changesetComment" >> $GITHUB_OUTPUT shell: bash @@ -108,6 +110,8 @@ jobs: with: comment-id: ${{ github.event.comment.id }} reactions: rocket + reactions-edit-mode: replace + edit-mode: replace body: | @${{ github.actor }} your snapshot release has been published! @@ -122,6 +126,8 @@ jobs: with: comment-id: ${{ github.event.comment.id }} reactions: x + reactions-edit-mode: replace + edit-mode: replace body: | @${{ github.actor }} your snapshot release failed to publish.