Skip to content

Commit 22ef9c0

Browse files
committed
Switch back to released version of cjw296/python-action/carthorse
1 parent ff5f909 commit 22ef9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
tag: ${{ steps.carthorse.outputs.tag }}
1515
steps:
16-
- uses: cjw296/python-action/carthorse@main
16+
- uses: cjw296/python-action/carthorse@v1
1717
id: carthorse
1818
with:
1919
check: "true"
@@ -41,6 +41,6 @@ jobs:
4141
- name: Publish package distributions to PyPI
4242
uses: pypa/gh-action-pypi-publish@release/v1
4343

44-
- uses: cjw296/python-action/carthorse@main
44+
- uses: cjw296/python-action/carthorse@v1
4545
with:
4646
tag-format: '{version}'

0 commit comments

Comments
 (0)