Skip to content

Commit debb203

Browse files
author
enes-sahin
authored
Merge pull request #4 from enes-sahin/develop
Develop
2 parents 88abfa4 + 8971434 commit debb203

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,3 @@ jobs:
3131
- run: npm publish
3232
env:
3333
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-mysql",
3-
"version": "1.0.0",
3+
"version": "1.0.5",
44
"description": "MySQL query builder to perform database operations",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)