Skip to content

Commit 4aa2137

Browse files
committed
Fix Publish workflow
1 parent 834c1b5 commit 4aa2137

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ on:
66
version:
77
description: 'Version'
88
required: true
9-
default: 'minor x.1.0'
9+
default: 'minor'
1010
type: choice
1111
options:
12-
- patch x.x.1
13-
- minor x.1.0
14-
- major 1.0.0
12+
- patch
13+
- minor
14+
- major
1515

1616
jobs:
1717
release:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@master
2121

2222
- name: Install Dependencies
2323
run: | # vsce etc

0 commit comments

Comments
 (0)