Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Nov 16, 2020
1 parent 20b768c commit 75462ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on: push

jobs:
build:
name: "✏️ Changelog generation"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "✏️ Generate full changelog"
id: generate-full-changelog
uses: heinrichreimer/action-github-changelog-generator@latest
uses: ./
- name: "📤 Upload changelog"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 75462ff

Please sign in to comment.