Skip to content

Commit

Permalink
github/workflows: update lannonbr/vsce-action
Browse files Browse the repository at this point in the history
This fixes the broken nightly release.
Breakage was caused by the new vsce release, and the fixed version
requires a newer node version. The new lannonbr/vsce-action 3.0.0
includes the fix.
lannonbr/vsce-action@0f3391e

See github.com/lannonbr/vsce-action/issues/7

Change-Id: If8d1325bc17a5e89d02fe261b409b1dadde93a48
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/361415
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
  • Loading branch information
hyangah committed Nov 4, 2021
1 parent b2c00ac commit cc34acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
npm run vscode:prepublish
- name: package
uses: lannonbr/vsce-action@704da577da0f27de5cdb4ae018374c2f08b5f523
uses: lannonbr/vsce-action@0f3391ee0477b08fae949eb0a875e91e6d20b075
with:
args: "package"

Expand All @@ -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)
# TODO: check if the commit is in green state. (test-long.yml results)

0 comments on commit cc34acf

Please sign in to comment.