Skip to content

Commit 652caec

Browse files
committed
take out bump
1 parent fd1cda9 commit 652caec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
rm -rf sourcery_binaries/install/*
5353
mv downloaded_binaries/${{matrix.platform}}-${{matrix.arch}} sourcery_binaries/install/${{matrix.platform}}
5454
55-
- name: Update version number
56-
run: yarn run bump ${{ github.event.inputs.version }}
55+
# - name: Update version number
56+
# run: yarn run bump ${{ github.event.inputs.version }}
5757

5858
- name: Package VSCode extension
5959
run: yarn run vsce package --target ${{matrix.target}}
@@ -83,8 +83,8 @@ jobs:
8383

8484
- run: yarn install --frozen-lockfile
8585

86-
- name: Update version number
87-
run: yarn run bump ${{ github.event.inputs.version }}
86+
# - name: Update version number
87+
# run: yarn run bump ${{ github.event.inputs.version }}
8888

8989
# - name: Commit to main, create tag, and push
9090
# run: |

0 commit comments

Comments
 (0)