Skip to content

Commit

Permalink
chore: move pkg to public registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Sep 23, 2024
1 parent 011f905 commit 4d6adeb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
test: false
test-script-name: 'test'

publish-script-name: 'release'
registry-url: 'https://registry.npmjs.org'
scope: '@milaboratories'
publish-to-public: true

env: >-
{
Expand All @@ -50,6 +52,10 @@ jobs:
aws-iam-role-to-assume: 'arn:aws:iam::511903394050:role/milab-euce1-prod-github-oidc-role-pl-registry'

secrets:
env: |
{
"NPMJS_TOKEN": ${{ toJSON(secrets.NPMJS_TOKEN) }}
}
TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT_CLASSIC_BLOCKS }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for small binary utilities with small implementation.
The binary version is detected from `version` in package.json file

All binaries have their software descriptors inside NPM package released along with the packages.
Say, for `sleep` command, there is a `@milaboratory/small-binaries:sleep` software descirptor to be used in
Say, for `sleep` command, there is a `@milaboratories/software-small-binaries:sleep` software descirptor to be used in
Platforma workflows

## Patching existing binaries
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milaboratory/small-binaries",
"version": "1.10.1",
"name": "@milaboratories/software-small-binaries",
"version": "1.10.2",
"description": "Small cross-platform binaries, like 'sleep' or 'hello-world', suitable for test needs",
"scripts": {
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",
Expand Down

0 comments on commit 4d6adeb

Please sign in to comment.