Skip to content

Commit

Permalink
chore(release): use create event instead of push
Browse files Browse the repository at this point in the history
Workflow wasn't triggered when pushing a new tag.

[no-jira]
  • Loading branch information
chris-asl committed Sep 19, 2023
1 parent 04898df commit 9c10c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release
on:
push:
create:
tags:
- '*'

jobs:
release-core:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c10c1a

Please sign in to comment.