We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5e73f commit 76afb1eCopy full SHA for 76afb1e
1 file changed
.github/workflows/milestone-close.yml
@@ -86,7 +86,7 @@ jobs:
86
path: builds/
87
88
- name: Publish to Modrinth
89
- if: steps.check_docs.outputs.is_docs == 'false' && (secrets.MODRINTH_TOKEN != '')
+ if: steps.check_docs.outputs.is_docs == 'false' && env.MODRINTH_TOKEN != ''
90
run: |
91
chmod +x ./gradlew
92
echo "Publishing to Modrinth for tag: $TAG"
0 commit comments