We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b916c2e + c519a4c commit fdd7cdbCopy full SHA for fdd7cdb
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: '18.17.1'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
- - run: npm publish
+ - run: npm publish ./chronos_npm_package --access=public
17
env:
18
- # need to add NPM token to github secret if not available
+ # need to add NPM token to github secret if not available
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
examples/docker/README.md
@@ -99,3 +99,4 @@ Read our [contributing README](../../CONTRIBUTING.md) to further learn how you c
99
## License
100
101
[MIT](https://github.com/oslabs-beta/Chronos/blob/master/LICENSE.md)
102
+.
0 commit comments