Skip to content

Commit 770cd66

Browse files
tnixonR7L208
andauthored
[Chore] Release on new tag (#415)
* We want to perform a release when new tags are pushed * Rename dist-releasae.yml to dist-release.yml --------- Co-authored-by: Lorin Dawson <22798188+R7L208@users.noreply.github.com>
1 parent 8489cc1 commit 770cd66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/dist-releasae.yml renamed to .github/workflows/dist-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
paths-ignore:
1212
- 'docs/**' # Ignore changes in the docs folder for pushes
1313
- '.github' # Ignore changes in the .github folder for pushes
14+
tags:
15+
- 'v*' # only release a versioned tag, such as v.X.Y.Z
1416

1517
jobs:
1618
release:

.github/workflows/docs-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: ['master']
66
paths:
77
- 'docs/**' # Trigger when files inside docs folder are changed
8+
tags:
9+
- 'v*' # only release a versioned tag, such as v.X.Y.Z
810
pull_request:
911
paths:
1012
- 'docs/**' # Trigger when docs are changed within a pull request

0 commit comments

Comments
 (0)