Skip to content

Commit

Permalink
docs: add output (#12)
Browse files Browse the repository at this point in the history
Output
ING-6578
  • Loading branch information
emanuelaepure10 authored Mar 7, 2024
1 parent 4537f49 commit 4b79a4e
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://github.com/actions/create-release#example-workflow---create-a-release
# https://github.com/marketplace/actions/generate-changelog

name: 'Create Release Heinrichreimer'

name: 'Create Release'
on:
push:
# Sequence of patterns matched against refs/tags
Expand All @@ -12,5 +13,8 @@ jobs:
steps:
- name: "✏️ Generate release changelog"
uses: heinrichreimer/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
output: CHANGELOG.md

0 comments on commit 4b79a4e

Please sign in to comment.