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

chore: add github action to publish to npm #338

Merged
merged 5 commits into from
Dec 27, 2022

Conversation

roziscoding
Copy link
Contributor

The action will run whenever a v1.* tag is created pointing to main.
It will call npm publish, which will run npm run backport
because of the prepare npm script.

The action will run whenever a `v1.*` tag is created pointing to `main`.
It will call `npm publish`, which will run `npm run backport`
because of the `prepare` npm script.
@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2022

Codecov Report

Base: 36.93% // Head: 36.93% // No change to project coverage 👍

Coverage data is based on head (6fc6915) compared to base (1bf565f).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #338   +/-   ##
=======================================
  Coverage   36.93%   36.93%           
=======================================
  Files          17       17           
  Lines        4364     4364           
  Branches      157      157           
=======================================
  Hits         1612     1612           
  Misses       2750     2750           
  Partials        2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@roziscoding
Copy link
Contributor Author

Should we :shipit: ?

.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@KnorpelSenf KnorpelSenf merged commit f1a6e1c into main Dec 27, 2022
@KnorpelSenf KnorpelSenf deleted the chore/npm-publish-action branch December 27, 2022 15:14
KnorpelSenf added a commit that referenced this pull request Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants