diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 812649ad17..06b4943dc7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,8 +11,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ref: ${{ github.ref }} - name: Setup Node.js environment uses: actions/setup-node@v2 @@ -28,14 +26,3 @@ jobs: extensionFile: './extension/dvc.vsix' pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com - - - name: Bump Version after Release - uses: 'phips28/gh-action-bump-version@master' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PACKAGEJSON_DIR: 'extension' - with: - target-branch: 'main' - commit-message: - 'CI: increment version to {{version}} after release [skip ci]' - skip-tag: true