diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index 1148a2c35d..811b08768c 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -62,7 +62,7 @@ jobs: - name: Publish if: github.ref == 'refs/heads/master' && github.repository == 'golang/vscode-go' - uses: lannonbr/vsce-action@704da577da0f27de5cdb4ae018374c2f08b5f523 + uses: lannonbr/vsce-action@0f3391ee0477b08fae949eb0a875e91e6d20b075 with: args: "publish -p $VSCE_TOKEN" env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 420153e774..f2156ad505 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: npm run vscode:prepublish - name: package - uses: lannonbr/vsce-action@704da577da0f27de5cdb4ae018374c2f08b5f523 + uses: lannonbr/vsce-action@0f3391ee0477b08fae949eb0a875e91e6d20b075 with: args: "package" @@ -102,10 +102,10 @@ jobs: - name: publish if: env.EXT_ISPREVIEW != 1 && github.repository == 'golang/vscode-go' - uses: lannonbr/vsce-action@704da577da0f27de5cdb4ae018374c2f08b5f523 + uses: lannonbr/vsce-action@0f3391ee0477b08fae949eb0a875e91e6d20b075 with: args: "publish -p $VSCE_TOKEN" env: VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} -# TODO: check if the commit is in green state. (test-long.yml results) \ No newline at end of file +# TODO: check if the commit is in green state. (test-long.yml results)