Skip to content

Commit

Permalink
fix: trigger the creation release workflow on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 3, 2024
1 parent aa0226a commit 915f7db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-recorder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and release recorder
on:
release:
types: [ published ]
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 915f7db

Please sign in to comment.