We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8855054 commit 01588edCopy full SHA for 01588ed
.github/workflows/publish.yml
@@ -11,8 +11,6 @@ jobs:
11
uses: actions/checkout@v2
12
with:
13
fetch-depth: 0
14
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
- ref: ${{ github.ref }}
16
17
- name: Setup Node.js environment
18
uses: actions/setup-node@v2
@@ -28,14 +26,3 @@ jobs:
28
26
extensionFile: './extension/dvc.vsix'
29
27
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
30
registryUrl: https://marketplace.visualstudio.com
31
-
32
- - name: Bump Version after Release
33
- uses: 'phips28/gh-action-bump-version@master'
34
- env:
35
36
- PACKAGEJSON_DIR: 'extension'
37
- with:
38
- target-branch: 'main'
39
- commit-message:
40
- 'CI: increment version to {{version}} after release [skip ci]'
41
- skip-tag: true
0 commit comments