Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiles authored Jul 16, 2024
1 parent c88a76a commit cde6f91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+(beta[0-9]+)?'
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-edge[0-9]+'

permissions:
contents: write
Expand Down Expand Up @@ -63,4 +64,4 @@ jobs:
prerelease: false
body_path: CHANGELOG.md
files: |
./plugins/nf-nomad/build/plugin/*
./plugins/nf-nomad/build/plugin/*

0 comments on commit cde6f91

Please sign in to comment.