mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
Merge pull request #2963 from Multiverse/update-action
chore: Use major versioning for actions that supports
This commit is contained in:
commit
fdb9125f3a
2
.github/workflows/call.github_release.yml
vendored
2
.github/workflows/call.github_release.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Create release
|
||||
id: release
|
||||
uses: benwoo1110/semantic-release-action@v1.0.1
|
||||
uses: benwoo1110/semantic-release-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release_mode: ${{ inputs.release_mode }}
|
||||
|
4
.github/workflows/call.platform_uploads.yml
vendored
4
.github/workflows/call.platform_uploads.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
- name: Upload to Modrinth
|
||||
if: inputs.upload_modrinth == 'true'
|
||||
uses: benwoo1110/modrinth-upload-action@v1.0.0
|
||||
uses: benwoo1110/modrinth-upload-action@v1
|
||||
with:
|
||||
api_token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
project_id: 3wmN97b8
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- name: Upload to DBO
|
||||
if: inputs.upload_dbo == 'true'
|
||||
uses: benwoo1110/dbo-upload-action@v1.0.1
|
||||
uses: benwoo1110/dbo-upload-action@v1
|
||||
with:
|
||||
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
|
||||
project_id: 30765
|
||||
|
Loading…
Reference in New Issue
Block a user