Skip to content

Commit aee5bc1

Browse files
committed
Fix typo
1 parent 9680b42 commit aee5bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
- 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/') }}"
44+
if: "${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/item-stack-icon-skull-textures' || startsWith(github.ref, 'refs/heads/version/') }}"
4545
run: ./gradlew publish
4646

4747
- name: Gradle Release

0 commit comments

Comments
 (0)