Skip to content

My GitHub Action is not publishing my package to npm #170

Closed Answered by mcous
sebastianjnuwu asked this question in Q&A

You must be logged in to vote

Looking through your action logs, it looks like your package was successfully published by the first run of the action after the update:

https://github.com/sebastianjnuwu/nlogin/actions/runs/7365196474/job/20046274967

Run JS-DevTools/npm-publish@v3
  with:
    token: ***
📦 nlogin-js@1.0.3
=== Contents ===
117 B	.github/FUNDING.yml
387 B	.github/renovate.json
500 B	.github/workflows/npm-publish.yml
1.4 kB	.github/workflows/release.yml
10.3 kB	LICENSE
2.8 kB	README.md
4.8 kB	lib/hash.js
4.1 kB	lib/login.js
908 B	package.json

On subsequent runs of the action, the publish was skipped because version 1.0.3 already existed in the registry

Replies: 3 comments 4 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
4 replies
@sebastianjnuwu

@mcous

@sebastianjnuwu

@sebastianjnuwu

Answer selected by mcous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants