Skip to content

Commit

Permalink
Release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jul 22, 2024
1 parent 9d1fc9a commit 451f4fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Release

on:
release:
types: [created]
release:
types: [created]
push:
tags:
# run only against tags that follow semver (https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string)
- 'v[0-9]+.[0-9]+.[0-9]+*'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 451f4fc

Please sign in to comment.