Skip to content

Commit

Permalink
Merge pull request #2963 from Multiverse/update-action
Browse files Browse the repository at this point in the history
chore: Use major versioning for actions that supports
  • Loading branch information
benwoo1110 committed Aug 23, 2023
2 parents e9d8db6 + c3b17d3 commit fdb9125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call.github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call.platform_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fdb9125

Please sign in to comment.