1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-04 21:58:16 +08:00
This commit is contained in:
2022-04-25 08:28:01 +08:00
parent be3b7fffad
commit f254383b79
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
central-deploy:
name: "Deploy Project (Central Repository)"
runs-on: ubuntu-latest
if: '!contains( {{ env.GITHUB_REF }} , "SNAPSHOT" )'
if: "!contains({{ env.GITHUB_REF }},'SNAPSHOT')"
steps:
- uses: actions/checkout@v2
- name: "Set up JDK"