From bfba8a7f184e67759f7635a1b4bc0ee8d4592703 Mon Sep 17 00:00:00 2001 From: Keren Reshef Date: Tue, 8 Oct 2024 16:42:18 +0300 Subject: [PATCH] automate merging dev into master (#43) --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cab509d..159e27f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,11 +7,9 @@ on: jobs: pre-build: - name: Update version in source code runs-on: windows-latest env: NEW_VERSION: '${{ github.ref_name }}' - MANIFEST_FILE_PATH: "JfrogVSExtension/source.extension.vsixmanifest" steps: - name: Config Github @@ -36,8 +34,6 @@ jobs: - name: Commit and push changes run: | - git config --local user.name "${{ github.actor }}" - git config --local user.email "${{ github.actor }}@users.noreply.github.com" git add . git commit -m "Updated VSIX version to ${{ env.NEW_VERSION }}" git push