Skip to content

Commit

Permalink
chore: move vsix publish to separate action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 9, 2023
1 parent e5f1442 commit 86399a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ jobs:
uses: google-github-actions/release-please-action@v3
with:
command: manifest

- name: Trigger VSIX Release
if: ${{ steps.release.outputs.release_created }}
run: gh workflow run release-vsix.yml
env:
GITHUB_TOKEN: ${{ secrets.VSIX_DISPATCH_TOKEN }}


4 changes: 1 addition & 3 deletions .github/workflows/release-vsix.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release VSIX

on:
push:
tags:
- "does-it-throw-vscode-v*"
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 86399a3

Please sign in to comment.