Skip to content

Commit

Permalink
fix(publish): Regression switching to trunk from master
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Nov 5, 2020
1 parent 792f92b commit 194b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "12.x"
- run: npm ci
- uses: lannonbr/vsce-action@trunk
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
Expand Down

0 comments on commit 194b884

Please sign in to comment.