File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ on : push
2+
3+ jobs :
4+ publish :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v1
8+ - uses : actions/setup-node@v1
9+ with :
10+ node-version : 10
11+ - run : npm install
12+ - run : npm run build
13+ - id : publish
14+ uses : JS-DevTools/npm-publish@v1
15+ with :
16+ token : ${{ secrets.NPM_TOKEN }}
17+ - if : steps.publish.outputs.type != 'none'
18+ run : |
19+ echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
Original file line number Diff line number Diff line change 11{
22 "name" : " @klarna/postgres-to-docs" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " The smoooth way to document your Postgres database" ,
55 "main" : " ./dist/index.js" ,
66 "bin" : " ./dist/cli.js" ,
You can’t perform that action at this time.
0 commit comments