Skip to content

Commit

Permalink
ci(publish): publish regardless if previous fails
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Jan 14, 2024
1 parent 4409775 commit 673d2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
push:
tags:
- "v*.*.*"
- 'v*.*.*'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
tag: ${{ github.ref }}

- name: Publish to Open VSX Registry
continue-on-error: true
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
Expand All @@ -54,4 +55,3 @@ jobs:
pat: ${{ secrets.VSCE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ${{ steps.packageExtension.outputs.vsixPath }}

0 comments on commit 673d2e0

Please sign in to comment.