不要怂,就是干,撸起袖子干!

Commit fbf3a4cc by papb

ci: fix release job again

1 parent 4dc0334d
Showing with 1 additions and 0 deletions
...@@ -179,6 +179,7 @@ jobs: ...@@ -179,6 +179,7 @@ jobs:
needs: [lint, test-typings, test-sqlite, test-postgres, test-mysql-mariadb, test-mssql] needs: [lint, test-typings, test-sqlite, test-postgres, test-mysql-mariadb, test-mssql]
if: github.event_name == 'push' && github.ref == 'refs/heads/v6' if: github.event_name == 'push' && github.ref == 'refs/heads/v6'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!