Skip to content

Commit 70f3d3c

Browse files
fix comment
1 parent fa04f0f commit 70f3d3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/canary_release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: yarn build
5656

5757
- name: Bump version with timestamp and canary tag
58+
id: publish
5859
run: |
5960
TIMESTAMP=$(date +"%Y%m%d%H%M%S")
6061
NEW_VERSION=$(npm version prerelease --preid=canary.$TIMESTAMP --no-git-tag-version)
@@ -70,9 +71,9 @@ jobs:
7071
access: public
7172

7273
- name: Create comment with canary version
73-
uses: peter-evans/create-or-update-comment@v4
74+
uses: mshick/add-pr-comment@v2
7475
with:
75-
body: |
76+
message: |
7677
Canary version published: ${{ steps.publish.outputs.version }}
7778
```sh
7879
yarn add @qoretechnologies/reqraft@${{ steps.publish.outputs.version }}

0 commit comments

Comments
 (0)