Skip to content

Commit

Permalink
fix: pipeline publish condition to invoke once matrix complete, seman…
Browse files Browse the repository at this point in the history
…tic-release will automate tag creation
  • Loading branch information
joshmu committed Apr 1, 2024
1 parent f9a52ce commit 7db8747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build
if: success() && startsWith( github.ref, 'refs/tags/')
if: success()
steps:
- uses: actions/download-artifact@v4
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
Expand Down

0 comments on commit 7db8747

Please sign in to comment.