Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 49a3f9c

Browse files
committed
Redo commit
1 parent a5a3cf4 commit 49a3f9c

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
@@ -24,8 +24,6 @@ jobs:
2424
with:
2525
cache: "poetry"
2626

27-
- run: poetry install
28-
2927
- run: poetry version "${{ github.event.inputs.tag }}"
3028

3129
- run: git commit -am "Release ${{ github.event.inputs.tag }}"
@@ -36,6 +34,8 @@ jobs:
3634
GIT_COMMITTER_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
3735

3836
- run: git push origin
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- run: >
4141
gh release create "${{ github.event.inputs.tag }}"

0 commit comments

Comments
 (0)