Skip to content

Commit 1369690

Browse files
authored
fix: update changeset action and cli (#1925)
* fix: update changeset action and cli Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com> * ci: unset node_auth_token Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com> * ci: remove registry url Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com> * ci: remove NODE_AUTH_TOKEN Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com> --------- Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
1 parent 16c61c8 commit 1369690

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-with-changesets.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
name: Setup Node.js
106106
uses: actions/setup-node@v4
107107
with:
108-
registry-url: "https://registry.npmjs.org"
109108
node-version: "${{ steps.lockversion.outputs.version }}"
110109
- if: steps.packagejson.outputs.exists == 'true'
111110
name: Install dependencies
@@ -119,13 +118,13 @@ jobs:
119118

120119
- if: steps.packagejson.outputs.exists == 'true'
121120
name: Publish to any of NPM, Github, and Docker Hub
122-
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
121+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
123122
id: release
124123
with:
125124
version: npm run bump:version
126125
commit: "chore(release): release and bump versions of packages"
127126
title: "chore(release): release and bump versions of packages"
128-
publish: npx -p @changesets/cli@2.27.7 changeset publish
127+
publish: npx -p @changesets/cli@2.29.8 changeset publish
129128
setupGitUser: false
130129
env:
131130
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)