Skip to content

Commit 4a20324

Browse files
Fix publish check for ci (#2746)
* fix: move publish to setup step
1 parent 63b028f commit 4a20324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: ./.github/workflows/setup
13+
env:
14+
PUBLISH: true
1315
- run: npm run pub
1416
env:
1517
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1618
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
17-
PUBLISH: true

0 commit comments

Comments
 (0)