Skip to content

Commit

Permalink
fix changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackAJ committed Feb 24, 2025
1 parent 4ee01b4 commit cd02137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name: Update Changelog

on:
release:
types: [released]

jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit cd02137

Please sign in to comment.