Skip to content

Commit

Permalink
ci: remove upload condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzumSum committed Dec 31, 2023
1 parent 48ee6e2 commit f455c81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
poetry build
- name: Upload to Release
if: github.event_name != 'pull_request'
id: upload
uses: JamzumSum/actions/hash-release@master
with:
Expand All @@ -53,7 +52,6 @@ jobs:
files: dist/*

- name: Add to aioqzone-index
if: github.event_name != 'pull_request'
env:
urls: ${{ steps.upload.outputs.urls }}
GH_TOKEN: ${{ secrets.REPO_TOKEN }} # this is a fine-grained PAT
Expand Down

0 comments on commit f455c81

Please sign in to comment.