Skip to content

Commit

Permalink
Merge pull request #164 from rundeck-plugins/enh/release-script
Browse files Browse the repository at this point in the history
Only release on ga tag
  • Loading branch information
gschueler authored Feb 13, 2025
2 parents 7ded35b + 9f214dc commit a1978a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Upload Release Asset

Expand Down

0 comments on commit a1978a3

Please sign in to comment.