We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1cda9 commit 652caecCopy full SHA for 652caec
.github/workflows/publish.yml
@@ -52,8 +52,8 @@ jobs:
52
rm -rf sourcery_binaries/install/*
53
mv downloaded_binaries/${{matrix.platform}}-${{matrix.arch}} sourcery_binaries/install/${{matrix.platform}}
54
55
- - name: Update version number
56
- run: yarn run bump ${{ github.event.inputs.version }}
+ # - name: Update version number
+ # run: yarn run bump ${{ github.event.inputs.version }}
57
58
- name: Package VSCode extension
59
run: yarn run vsce package --target ${{matrix.target}}
@@ -83,8 +83,8 @@ jobs:
83
84
- run: yarn install --frozen-lockfile
85
86
87
88
89
# - name: Commit to main, create tag, and push
90
# run: |
0 commit comments