We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b71b3a commit f17ef43Copy full SHA for f17ef43
1 file changed
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
"
64
- run: |
65
hatch run tile-renderer schema pla2 > dist/pla2.schema.json
66
- hatch run tile-renedrer schema skin > dist/skin.schema.json
+ hatch run tile-renderer schema skin > dist/skin.schema.json
67
- uses: actions/upload-artifact@v4
68
with:
69
name: dist-github
@@ -100,4 +100,4 @@ jobs:
100
101
name: dist-pypi
102
path: dist
103
- - uses: pypa/gh-action-pypi-publish@release/v1
+ - uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments