Skip to content

Commit 64140e0

Browse files
committed
bump publish action version to fix issue
1 parent 0975ae9 commit 64140e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: build
2626
runs-on: windows-latest
2727
steps:
28-
- uses: compas-dev/compas-actions.publish@v2
28+
- uses: compas-dev/compas-actions.publish@v3
2929
with:
3030
pypi_token: ${{ secrets.PYPI_PASSWORD }}
3131
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)