Skip to content

Commit

Permalink
More workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 13, 2024
1 parent 2b9f2d4 commit 15262d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- '**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
create-github-release:
runs-on: ubuntu-22.04
Expand All @@ -13,19 +11,21 @@ jobs:
- run: .scripts/github/release.sh > upload_url
- uses: actions/upload-artifact@v4.3.1
with:
name: upload_url
path: upload_url
jvm-maven-github:
runs-on: macos-14-xlarge
needs: [ create-github-release ]
permissions:
packages: write
steps:
- uses: actions/checkout@v3.5.3
- uses: ./.github/actions/runGradleTask
with:
preTaskString: -Pversion=$GITHUB_REF_NAME
task: library:publishKotlinMultiplatformPublicationToGithubPackagesRepository
- uses: actions/download-artifact@v4.1.4
with:
name: upload_url
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
attach-xcframework-to-github-release:
runs-on: macos-14-xlarge
needs: [ create-github-release ]
Expand Down

0 comments on commit 15262d2

Please sign in to comment.