Skip to content

Commit

Permalink
Add draft release action
Browse files Browse the repository at this point in the history
  • Loading branch information
havardholvik committed Sep 18, 2023
1 parent 50c5d75 commit 2623e65
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Draft release"

on:
push:
branches:
- holvik/test_draft_release
workflow_call:
inputs:
test_input:
description: "test"
type: string
default: "<test-input>"

jobs:
draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2623e65

Please sign in to comment.