We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcff3b3 + 95e1337 commit d9894c2Copy full SHA for d9894c2
.github/workflows/main.yml
@@ -16,6 +16,11 @@ on:
16
release:
17
types:
18
- released
19
+
20
+concurrency:
21
+ group: ${{ github.workflow }}-${{ github.base_ref || github.run_id }}
22
+ cancel-in-progress: false
23
24
jobs:
25
build:
26
timeout-minutes: 10
@@ -171,7 +176,7 @@ jobs:
171
176
[ -n "${{ secrets.VSCE_TOKEN }}" ] && \
172
177
npx vsce publish --packagePath ${{ steps.set-version.outputs.name }}.vsix -p ${{ secrets.VSCE_TOKEN }} || true
173
178
- name: Publish to Open VSX Registry
174
- timeout-minutes: 15
179
+ timeout-minutes: 5
175
180
run: |
181
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
182
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true
0 commit comments