Skip to content

Commit

Permalink
automate merging dev into master (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Oct 9, 2024
1 parent f0d6a56 commit bfba8a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bfba8a7

Please sign in to comment.