Skip to content

Commit

Permalink
Update publish-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanta-Naut authored Jan 5, 2025
1 parent c492730 commit b06f6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CI: true
run: |
git config --global user.name "${{ github.actor }}" # Set the username
git config --global user.email "${{ github.actor }}@users.noreply.github.com" # Set the email
git config --global user.email "123290216+Quanta-Naut@users.noreply.github.com" # Set the email
git add . # Add changes to the commit
git commit -m "Version Commit" # Commit changes
npm version minor # Increment the minor version in package.json
Expand Down

0 comments on commit b06f6e9

Please sign in to comment.