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 88abfa4 + 8971434 commit debb203Copy full SHA for debb203
.github/workflows/npmpublish.yml
@@ -31,18 +31,3 @@ jobs:
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34
-
35
- publish-gpr:
36
- needs: build
37
- runs-on: ubuntu-latest
38
- steps:
39
- - uses: actions/checkout@v2
40
- - uses: actions/setup-node@v1
41
- with:
42
- node-version: 12
43
- registry-url: https://npm.pkg.github.com/
44
- scope: '@your-github-username'
45
- - run: npm ci
46
- - run: npm publish
47
- env:
48
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fluent-mysql",
3
- "version": "1.0.0",
+ "version": "1.0.5",
4
"description": "MySQL query builder to perform database operations",
5
"main": "index.js",
6
"dependencies": {
0 commit comments