Skip to content

Commit

Permalink
ci: fix release job again
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Jan 18, 2021
1 parent 4dc0334 commit fbf3a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -179,6 +179,7 @@ jobs:
needs: [lint, test-typings, test-sqlite, test-postgres, test-mysql-mariadb, test-mssql]
if: github.event_name == 'push' && github.ref == 'refs/heads/v6'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fbf3a4c

Please sign in to comment.