Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit f6a3165

Browse files
committed
fix workflow file
1 parent 6017872 commit f6a3165

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/pre-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111

1212
jobs:
1313
prerelease:
14-
if: endsWith(github.ref, '/master')!
1514
name: Create prerelease
1615
runs-on: ubuntu-latest
1716
steps:
@@ -28,7 +27,7 @@ jobs:
2827
- name: Bump version
2928
id: bump
3029
run: |
31-
npm version patch
30+
npm version patch -m "%s (prerelease)"
3231
3332
- name: VSCE Pre-Release Publish
3433
id: publish

0 commit comments

Comments
 (0)