Skip to content

Commit

Permalink
[GitHub] Create _preRelease.yml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc authored Sep 2, 2024
1 parent 95a8b1a commit c4e288c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/_preRelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Pre-Release

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+'

jobs:
CreateRelease:
name: Create Release
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/createRelease.yml@v1
with:
generateReleaseNotes: true
isDraft: false
preRelease: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/_pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
Duster:
name: Duster
needs: GitStatusCheck
if: needs.GitStatusCheck.outputs.shouldRun == 'true'
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/dusterFixBlame.yml@v1
permissions:
contents: write
Expand Down

0 comments on commit c4e288c

Please sign in to comment.