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

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Dec 10, 2021
1 parent 6017872 commit f6a3165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:

jobs:
prerelease:
if: endsWith(github.ref, '/master')!
name: Create prerelease
runs-on: ubuntu-latest
steps:
Expand All @@ -28,7 +27,7 @@ jobs:
- name: Bump version
id: bump
run: |
npm version patch
npm version patch -m "%s (prerelease)"
- name: VSCE Pre-Release Publish
id: publish
Expand Down

0 comments on commit f6a3165

Please sign in to comment.