Skip to content

Commit

Permalink
Fix Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Aug 27, 2024
1 parent 834c1b5 commit 4aa2137
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ on:
version:
description: 'Version'
required: true
default: 'minor x.1.0'
default: 'minor'
type: choice
options:
- patch x.x.1
- minor x.1.0
- major 1.0.0
- patch
- minor
- major

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master

- name: Install Dependencies
run: | # vsce etc
Expand Down

0 comments on commit 4aa2137

Please sign in to comment.