Compare commits

...

5 Commits

Author SHA1 Message Date
e3df7f5525 Merge pull request 'do things' (#2) from a into main
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 6s
Reviewed-on: #2
2025-11-06 13:56:08 -07:00
7758fcc3d1 do things 2025-11-06 13:55:58 -07:00
3a36a28a8b fixed description and title in readme
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 9s
2025-11-06 13:21:54 -07:00
1a88413d20 Merge pull request 'test' (#1) from master into main
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
Reviewed-on: #1
2024-01-01 22:59:37 +00:00
Bryce Thorup
cd4d536993 test 2024-01-01 15:58:56 -07:00
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -1,3 +1,5 @@
npm set registry "https://$INPUT_NPM_REPO_DOMAIN"
npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY"
npm publish
npm set "//$INPUT_NPM_REPO_DOMAIN:_authToken=$INPUT_NPM_REPO_KEY"
echo ~/.npmrc
npm publish