Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitch76 committed Aug 5, 2023
1 parent e3e8373 commit bfd906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
- name: Publish javadoc to javadoc.quiltmc.org
uses: actions/[email protected]
uses: shallwefootball/upload-s3-action@v1.3.3
with:
aws_key_id: ${{ secrets.JAVADOC_USERNAME }}
aws_secret_access_key: ${{ secrets.JAVADOC_PASSWORD }}
Expand Down

0 comments on commit bfd906a

Please sign in to comment.