Skip to content

Commit fdd7cdb

Browse files
authored
Merge pull request #20 from HEET-Group/Edwin/CI-CD
Edwin/ci cd
2 parents b916c2e + c519a4c commit fdd7cdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '18.17.1'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16-
- run: npm publish
16+
- run: npm publish ./chronos_npm_package --access=public
1717
env:
18-
# need to add NPM token to github secret if not available
18+
# need to add NPM token to github secret if not available
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

examples/docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ Read our [contributing README](../../CONTRIBUTING.md) to further learn how you c
9999
## License
100100

101101
[MIT](https://github.com/oslabs-beta/Chronos/blob/master/LICENSE.md)
102+
.

0 commit comments

Comments
 (0)