Skip to content

Commit

Permalink
Fix publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTodt committed Nov 4, 2021
1 parent db9c9e1 commit b3b0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
MCD_PASSWORD: ${{ secrets.MCD_PASSWORD }}
- name: Publish to GitHub Packages (macOS)
if: ${{ runner.os == 'macOS' }}
run: gradle publishMacosX64PublicationToMavenRepository publishMacosArm64PublicationToMavenRepository
run: gradle publishMacosX64PublicationToMavenRepository
env:
MCD_USERNAME: ${{ secrets.MCD_USERNAME }}
MCD_PASSWORD: ${{ secrets.MCD_PASSWORD }}

0 comments on commit b3b0ab3

Please sign in to comment.