Skip to content

Commit

Permalink
Fix GitHub synchronisation error in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Feb 14, 2024
1 parent f1f0ffc commit 169e3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
git add Package.swift
git add Sources/LipaLightningLib/LipaLightningLib.swift
git commit -m "This commit was created automatically by the lipa bot"
git pull --rebase
git tag -a ${{ env.RELEASE_VERSION }}${{ matrix.mock-deps && '-mock' || ''}} HEAD -m "This tag was created automatically by the lipa bot."
git push
git push --tag
Expand Down Expand Up @@ -314,6 +315,7 @@ jobs:
git add LipaLightningLib/src/main/java/com/getlipa/lipalightninglib/lipalightninglib.kt
git add jitpack.yml
git commit -m "This commit was created automatically by the lipa bot"
git pull --rebase
git tag -a ${{ env.RELEASE_VERSION }}${{ matrix.mock-deps && '-mock' || ''}} HEAD -m "This tag was created automatically by the lipa bot."
git push
git push --tag
Expand Down

0 comments on commit 169e3d1

Please sign in to comment.