Skip to content

Commit 62f1f61

Browse files
author
David Montague
committed
Iterating on publish workflow
1 parent c5a4eaa commit 62f1f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: publish
22

33
on:
4-
registry_package:
5-
types: [published]
4+
push
65

76
jobs:
87
publish:
8+
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
99
runs-on: ubuntu-latest
1010
strategy:
1111
max-parallel: 1

0 commit comments

Comments
 (0)