Skip to content
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

fix: unable to publish npm packages via CI #33

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

MicBun
Copy link
Contributor

@MicBun MicBun commented Jan 29, 2025

Description

It looks like the GITHUB_TOKEN permission is defaulted to none now, So I set the permission in the CI file.

This pull request includes a small change to the .github/workflows/release.yml file. The change adds a new permission setting to the workflow.

Related Problem

resolves: #32

How Has This Been Tested?

Tested here: https://github.com/MicBun/sdk-js/releases/tag/v0.2.4

@MicBun MicBun added the bug Something isn't working label Jan 29, 2025
@MicBun MicBun requested a review from outerlook January 29, 2025 12:15
@MicBun MicBun self-assigned this Jan 29, 2025
@MicBun MicBun merged commit 5f17bf6 into main Jan 29, 2025
2 of 4 checks passed
@MicBun MicBun deleted the ci/publishNpmFix branch January 29, 2025 12:34
@MicBun
Copy link
Contributor Author

MicBun commented Jan 29, 2025

Copy link

pr-time-tracker bot commented Jan 29, 2025

@outerlook
⚠️⚠️⚠️
You must submit the time spent on this PR.
⚠️⚠️⚠️

Copy link

@MicBun please use git blame and specify the link to the commit link that has introduced this bug. Send the following message in this PR: @pr-time-tracker bug commit [link] && bug author @name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem (CI): fails to publish npm package
2 participants