Update hangar plugin deps bcu they changed the API

This commit is contained in:
Ben Woo 2023-08-27 18:20:03 +08:00
parent 288474cd20
commit 320dc82b83
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
2 changed files with 4 additions and 17 deletions

View File

@ -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"]
}
]}

View File

@ -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 }}