Skip to content

Commit

Permalink
Merge pull request #2979 from Multiverse/hangar-api
Browse files Browse the repository at this point in the history
Update hangar plugin deps bcu they changed the API
  • Loading branch information
dumptruckman authored Aug 27, 2023
2 parents 288474c + 320dc82 commit 1d371fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/call.platform_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,34 +58,22 @@ jobs:
{
"name": "Multiverse-Inventories",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-Inventories"
}
"platforms": ["PAPER"]
},
{
"name": "Multiverse-Portals",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-Portals"
}
"platforms": ["PAPER"]
},
{
"name": "Multiverse-NetherPortals",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-NetherPortals"
}
"platforms": ["PAPER"]
},
{
"name": "Multiverse-SignPortals",
"required": false,
"namespace": {
"owner": "Multiverse",
"slug": "Multiverse-SignPortals"
}
"platforms": ["PAPER"]
}
]}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generic.platform_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
uses: benwoo1110/hangar-upload-action@v1
with:
api_token: ${{ secrets.HANGAR_UPLOAD_TOKEN }}
author: Multiverse
slug: ${{ inputs.hangar_slug }}
version: ${{ steps.release-info.outputs.tag_name }}
channel: ${{ steps.parse-release-type.outputs.release_type }}
Expand Down

0 comments on commit 1d371fb

Please sign in to comment.