Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Release v1.0.0 to the @sinch scope
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsinch committed Oct 17, 2019
1 parent 7973251 commit 38b8d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
node-version: 10.16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readme-sync",
"version": "0.0.1",
"name": "@sinch/readme-sync",
"version": "1.0.0",
"description": "Sync local Markdown content files with Readme.io",
"main": "bin/readme.js",
"bin": {
Expand Down

0 comments on commit 38b8d1c

Please sign in to comment.