-
Notifications
You must be signed in to change notification settings - Fork 67
chore(deps): bump changesets/action from 1.9.0 to 2.1.0 #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -41,7 +41,7 @@ jobs: | |||||||||
|
|
||||||||||
| - name: Create Release Pull Request or Publish to npm | ||||||||||
| id: changesets | ||||||||||
| uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 | ||||||||||
| uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v2.1.0 | ||||||||||
| with: | ||||||||||
| version: yarn ci:version | ||||||||||
| publish: yarn ci:publish | ||||||||||
|
Comment on lines
46
to
47
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Release workflow no longer versions or publishes Since v2.0.0
Suggested change
Was this helpful? React with 👍 or 👎 to provide feedback. |
||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Changesets action left without an auth token
Since v2.0.0
changesets/actionno longer accepts the token via theGITHUB_TOKENenvironment variable and requires thegithub-tokeninput instead. The step only sets the env var and passes nogithub-token, leaving the action without a usable token.(Refers to this code)
Was this helpful? React with 👍 or 👎 to provide feedback.