We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5f909 commit 22ef9c0Copy full SHA for 22ef9c0
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
outputs:
14
tag: ${{ steps.carthorse.outputs.tag }}
15
steps:
16
- - uses: cjw296/python-action/carthorse@main
+ - uses: cjw296/python-action/carthorse@v1
17
id: carthorse
18
with:
19
check: "true"
@@ -41,6 +41,6 @@ jobs:
41
- name: Publish package distributions to PyPI
42
uses: pypa/gh-action-pypi-publish@release/v1
43
44
45
46
tag-format: '{version}'
0 commit comments