Skip to content

Commit fb6ff83

Browse files
committed
Merge branch 'master' of github.com:NurRehman/sqlselect.js
2 parents bdf96b1 + b6f7eab commit fb6ff83

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run build --if-present
31-
- run: npm test
3231

3332
publish:
3433
runs-on: ubuntu-latest
35-
if: ${{ github.ref == 'refs/heads/main' }}
34+
if: ${{ github.ref == 'refs/heads/master' }}
3635
needs: [build]
3736
steps:
3837
- uses: actions/checkout@v3
@@ -42,6 +41,10 @@ jobs:
4241
node-version: ${{ matrix.node-version }}
4342
- run: npm ci
4443
- run: npm run semantic-release
44+
env:
45+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
4548

4649

4750

0 commit comments

Comments
 (0)