Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jun 2, 2024
1 parent dd80e4f commit ba16fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Add secrets
run: |
echo "curse_auth=${{ secrets.CURSEFORGE_TOKEN }}" >> secrets.properties
echo "modrinth_auth=${{ secrets.MODRINTH_TOKEN }}" >> secrets.properties
echo "mavenUsername=${{ secrets.MAVEN_USERNAME }}" >> gradle.properties
echo "mavenPassword=${{ secrets.MAVEN_PASSWORD }}" >> gradle.properties
echo curse_auth=${{ secrets.CURSEFORGE_TOKEN }} >> secrets.properties
echo modrinth_auth=${{ secrets.MODRINTH_TOKEN }} >> secrets.properties
echo mavenUsername=${{ secrets.MAVEN_USERNAME }} >> gradle.properties
echo mavenPassword=${{ secrets.MAVEN_PASSWORD }} >> gradle.properties
- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit ba16fe6

Please sign in to comment.