Fix publish check for ci (#2746)

* fix: move publish to setup step
This commit is contained in:
inferrinizzard
2025-05-17 11:25:24 -07:00
committed by GitHub
parent 63b028f0dd
commit 4a20324fc6

View File

@ -10,8 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup
env:
PUBLISH: true
- run: npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
PUBLISH: true