Skip to content

Commit

Permalink
hopefully fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Apr 27, 2024
1 parent 3da7b41 commit 54fc2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
git add Package.swift
git add ./crates/core/liveview-native-core-swift/Sources/LiveViewNativeCore/LiveViewNativeCore.swift
git commit -m "Update Package.swift and add generated LiveViewNativeCore.swift to tracking"
git tag -fa ${{ github.event.release.tag_name }} -m "Swift Package Release ${{ github.event.release.tag_name }}"
git push origin ${{ github.event.release.tag_name }} --force
Expand Down

0 comments on commit 54fc2b7

Please sign in to comment.