Skip to content

Commit

Permalink
chore(ci): oh fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Mar 15, 2024
1 parent 43ab348 commit 0b41cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi
- name: Publish to Xpdustry
if: "${{ env.STATUS == 'release' || startsWith(github.ref, 'refs/heads/master || startsWith(github.ref, 'refs/heads/dev') }}"
if: "${{ env.STATUS == 'release' || startsWith(github.ref, 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}"
run: ./gradlew publish
env:
ORG_GRADLE_PROJECT_xpdustryUsername: "${{ secrets.XPDUSTRY_MAVEN_USERNAME }}"
Expand Down

0 comments on commit 0b41cd4

Please sign in to comment.