diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index b32e4520..78f1e31f 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -20,7 +20,7 @@ jobs: run: npm i - name: Prepare BETA - run: node ./scripts/beta-release.js + run: node scripts/beta-release.js $GITHUB_RUN_ID # - name: Publish # run: npx vsce publish -p ${{ secrets.VSCE_PAT }}