Skip to content

Commit ca62b3e

Browse files
committed
Fix up publish tag
1 parent 4757d10 commit ca62b3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77
jobs:
88
build:
99
name: publish
10-
if: startsWith(github.ref, 'refs/tags/v')
1110
runs-on: ubuntu-latest
1211
permissions:
1312
contents: write # Needed for GitHub release asset task
1413

1514
steps:
1615
- name: Download
17-
id: download-artifact
1816
uses: dawidd6/action-download-artifact@v2
1917
with:
2018
workflow: ci.yml

0 commit comments

Comments
 (0)