Skip to content

Commit ff8d3fa

Browse files
authored
fix: adjust publish workflow (#7)
lets see if this triggers a CI here
1 parent 08617e2 commit ff8d3fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Publish to GitHub Packages
22

3-
# On tag push
43
on:
54
workflow_dispatch: # for manual trigger
6-
push:
7-
tags:
8-
- 'v[0-9]+\.[0-9]+\.[0-9]+' # e.g. v18.0.0
5+
release:
6+
types: [published] # triggers when release-please creates a release
97

108
jobs:
119
publish:

0 commit comments

Comments
 (0)