Skip to content

Commit

Permalink
CI: Use 'release' event for release action (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Sep 7, 2021
1 parent f00b11a commit 2289317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release new Karton core version

on:
push:
tags: 'v*.*.*'
release:
types: [published]

jobs:
release_pypi:
Expand Down

0 comments on commit 2289317

Please sign in to comment.