0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: update publish workflow (#1836)

This commit is contained in:
Gao Sun 2022-08-30 10:29:17 +08:00 committed by GitHub
parent 0f6b640905
commit 940eb9b160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ jobs:
publish:
environment: release
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
steps:
- uses: actions/checkout@v3