Skip to content

Commit

Permalink
build-publish.yml: remove double condition
Browse files Browse the repository at this point in the history
  • Loading branch information
stynoo committed Dec 15, 2024
1 parent 745ea1e commit b90cdcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
path: dist/
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: dist/
GHR_REPLACE: true
Expand Down

0 comments on commit b90cdcd

Please sign in to comment.