mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix publish release workflow
This commit is contained in:
parent
a5a178bfaf
commit
9ca0ced2d8
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ github.token }}"
|
GITHUB_TOKEN: "${{ github.token }}"
|
||||||
run: |
|
run: |
|
||||||
gh release upload "$GITHUB_REF_NAME" dist/*
|
gh release upload "$GITHUB_REF_NAME" dist/* --repo "$GITHUB_REPOSITORY"
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user