Skip to content

Commit

Permalink
Test pre release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed May 27, 2024
1 parent 13d8f9d commit ac7d7e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-managment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
release-managment:
name: Release Management
secrets: inherit
uses: WyriHaximus/github-workflows/.github/workflows/github-action-release-managment.yaml@github-action-workfows
uses: WyriHaximus/github-workflows/.github/workflows/github-action-release-managment.yaml@add-run-shell-before-release
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.title }}
preReleaseScript: |
touch action.yaml
git add action.yaml
git config user.name '${{ github.actor }}'
git config user.email '${{ github.actor }}@users.noreply.github.com'
git commit -F release-${{ github.event.milestone.title }}-release-message.md

0 comments on commit ac7d7e5

Please sign in to comment.