Skip to content

Commit 4b6f083

Browse files
committed
2 parents 69f78e9 + c284b8f commit 4b6f083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
tags:
66
- '*'
77
release:
8-
types: [deleted]
8+
types: [created, deleted]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:
1515
publish:
16-
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/v') }}
16+
if: ${{ github.event.action != 'deleted' }}
1717
name: Publish to ${{ matrix.registry }}
1818
runs-on: ubuntu-latest
1919
env:

0 commit comments

Comments
 (0)