Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit a257c96

Browse files
authored
Merge pull request #52 from nissy-dev/bugfix-release-ci-2
Fix trigger condition for release workflow
2 parents 906a566 + d2757b8 commit a257c96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: automatic release
22
on:
3-
push:
4-
tags:
5-
- 'v*'
3+
release:
4+
types: [published]
65
jobs:
76
release:
87
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)