Compare commits
5 Commits
db6349e2cd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e3df7f5525 | |||
| 7758fcc3d1 | |||
| 3a36a28a8b | |||
| 1a88413d20 | |||
|
|
cd4d536993 |
@@ -1,3 +1,3 @@
|
|||||||
# versioned_release
|
# npm_publish
|
||||||
|
|
||||||
gitea action for creating a version tag when the `version` value in `package.json` has changed and a tag with the version number does not already exist.
|
gitea action for publishing the latest changes to the npm package repository
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
npm set registry "https://$INPUT_NPM_REPO_DOMAIN"
|
npm set registry "https://$INPUT_NPM_REPO_DOMAIN"
|
||||||
npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY"
|
npm set "//$INPUT_NPM_REPO_DOMAIN:_authToken=$INPUT_NPM_REPO_KEY"
|
||||||
|
echo ~/.npmrc
|
||||||
|
|
||||||
npm publish
|
npm publish
|
||||||
Reference in New Issue
Block a user