Skip to content

Commit 48a2da9

Browse files
authored
Update publish workflow
Fix a bug where we were getting tag info from the wrong repo.
1 parent 13d34e5 commit 48a2da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
id: latest_version
1616
uses: abatilo/release-info-action@v1.3.0
1717
with:
18-
owner: abatilo
19-
repo: release-info-action
18+
owner: TwitchIO
19+
repo: TwitchIO
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)