We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9680b42 commit aee5bc1Copy full SHA for aee5bc1
1 file changed
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
fi
42
43
- name: Gradle Publish
44
- if: "${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/item-stack-icon-skull-texture' || startsWith(github.ref, 'refs/heads/version/') }}"
+ if: "${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/item-stack-icon-skull-textures' || startsWith(github.ref, 'refs/heads/version/') }}"
45
run: ./gradlew publish
46
47
- name: Gradle Release
0 commit comments