Skip to content

Commit

Permalink
ci: use Swift 6 for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt authored Sep 30, 2024
1 parent ca493e4 commit 3d5be63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
needs: [analyze, spell-check, swift-package-test, cocoapods-test, ci]
uses: SwiftyLab/ci/.github/workflows/cd.yml@main
with:
swift: '6.0.0'
version: ${{ github.event.inputs.version }}
secrets:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 comments on commit 3d5be63

Please sign in to comment.