Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed Aug 11, 2024
1 parent bbf74f3 commit abc8728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- name: Commit Package.swift
run: |
cp ${{ env.VER_NAME }}/Package.swift .
mv ${{ env.VER_NAME }}/Package.swift .
rm -rf ${{ env.VER_NAME }}
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add ./Package.swift
git commit -m "Update Package.swift ${{ env.VER_NAME }}"
git push
git commit -a -m "Update Package.swift ${{ env.VER_NAME }}"
git push

0 comments on commit abc8728

Please sign in to comment.