Skip to content

Commit

Permalink
Try and get release workflow to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Aug 5, 2024
1 parent b22b567 commit a85881f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release

on:
push:
tags: ['v*']
tags:
- v*

defaults:
run:
Expand Down

0 comments on commit a85881f

Please sign in to comment.