Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Update publish.yml to fix maven again
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticVerse authored Jun 4, 2024
1 parent 29c5d7f commit 5e16bf8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
steps:
- name: Checkout Resources
uses: actions/checkout@v4

- name: Checkout M2 Repo
uses: actions/checkout@v4
with:
repository: 'BookkeepersMC/m2'
path: './m2/'
ref: 'master'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v4
with:
Expand All @@ -27,18 +36,12 @@
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout M2 Repo
uses: actions/checkout@v4
with:
repository: 'BookkeepersMC/m2'
path: './m2/'
ref: 'master'
token: ${{ secrets.GITHUB_TOKEN }}


- name: Commit artifacts to m2 repo
uses: EndBug/[email protected]
with:
add: 'net'
add: './home/runner/work/BetterBiomes/BetterBiomes/net/'
default_author: github_actions
cwd: "./m2/"
message: "Publish Better Biomes"

0 comments on commit 5e16bf8

Please sign in to comment.