We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc99a9 commit ba92b3dCopy full SHA for ba92b3d
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Create or update release PR
35
id: changesets
36
- uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0
+ uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
37
with:
38
commit: "chore: release"
39
title: "chore: release"
@@ -81,7 +81,7 @@ jobs:
81
npm run build --workspace=@slack/socket-mode
82
83
- name: Publish to npm and create GitHub releases
84
85
86
createGithubReleases: true
87
publish: npm run changeset -- publish
0 commit comments