Skip to content

Commit

Permalink
using eco system git user
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Sep 30, 2024
1 parent 0d4934e commit 691b5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Commit and push changes
run: |
git config --local user.name "GitHub Actions" # change to ecosystem user
git config --local user.email "actions@github.com" # change to ecosystem user
git config --local user.name "jfrog-ecosystem"
git config --local user.email "eco-system@jfrog.com"
git add .
git commit -m "Updated VSIX version to ${{ env.NEW_VERSION }}"
git push
Expand Down
2 changes: 1 addition & 1 deletion JFrogVSExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="JFrogVSExtension.c07afb03-9f9a-45e2-8e6f-78442325bb24" Version="5.6.7" Language="en-US" Publisher="JFrog" />
<Identity Id="JFrogVSExtension.c07afb03-9f9a-45e2-8e6f-78442325bb24" Version="2.0.1" Language="en-US" Publisher="JFrog" />
<DisplayName>JFrog V2</DisplayName>
<Description xml:space="preserve">Visual Studio extension to integrate with JFrog Xray for scanning solution components. </Description>
<Icon>Resources\Icon.png</Icon>
Expand Down

0 comments on commit 691b5fc

Please sign in to comment.