Skip to content

Commit

Permalink
Another swing at release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Apr 15, 2024
1 parent 1e824a2 commit e5ef8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: macos-13
permissions:
contents: read
packages: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure that we can operate on the full history
ref: main

- name: Rewrite Package.swift with the correct tag
run: sed -i '' "s/let releaseTag = .*$/let releaseTag = \"${{ github.event.release.tag_name }}\"/" Package.swift
Expand Down

0 comments on commit e5ef8cf

Please sign in to comment.