Skip to content

Commit

Permalink
Remove step to commit .mpack file to vsmac extension repo
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Dec 6, 2024
1 parent be2371a commit 56755ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,3 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: artifacts
- name: Git Commit Build Artifacts
if: github.ref == 'refs/heads/master'
run: |
git config --global user.name "Continuous Integration"
git config --global user.email "[email protected]"
git add stable/ApiClientCodeGenerator.mpack
git commit -m "Update stable .mpack file to version ${{ env.VERSION }}"
git push

0 comments on commit 56755ae

Please sign in to comment.