Skip to content

Commit 6e0d283

Browse files
committed
chore: fix github action release
Workaround for this issue: python-semantic-release/python-semantic-release#723
1 parent c03b42c commit 6e0d283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
github.repository == 'BPR02/Observer'
6262
&& github.event_name == 'push'
6363
&& github.ref == 'refs/heads/main'
64-
uses: python-semantic-release/python-semantic-release@v9.14.0
64+
uses: python-semantic-release/python-semantic-release@v8.3.0
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
git_committer_name: "github-actions"

0 commit comments

Comments
 (0)