Skip to content

Commit

Permalink
Update release types in GitHub Actions workflow
Browse files Browse the repository at this point in the history
Added 'published' to the release type triggers in the packages.yml file. This ensures workflows are triggered for both prereleased and published release events.
  • Loading branch information
sfmskywalker committed Dec 21, 2024
1 parent 83ca55a commit e39f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'
- 'bug/*'
release:
types: [ prereleased ]
types: [ prereleased, published ]
env:
base_version: '3.3.0'
feedz_feed_source: 'https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json'
Expand Down

0 comments on commit e39f671

Please sign in to comment.