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

Commit 456bdb3

Browse files
committed
worklow step order
1 parent 6400c4a commit 456bdb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pre-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
- name: Install Dependencies
2020
run: npm ci
2121

22-
- name: Bump version
23-
id: bump
24-
run: |
25-
npm version prepatch
26-
2722
- name: Setup GIT
2823
run: |
2924
git config --global user.email "[email protected]"
3025
git config --global user.name "GraphQL Bot"
3126
git remote add github "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git" || true
3227
28+
- name: Bump version
29+
id: bump
30+
run: |
31+
npm version prepatch
32+
3333
- name: VSCE Pre-Release Publish
3434
id: publish
3535
run: |

0 commit comments

Comments
 (0)