Skip to content

Commit

Permalink
Merge pull request #8 from penguineer/upgrade-workflows
Browse files Browse the repository at this point in the history
💚 Fix issues with the release workflow
  • Loading branch information
penguineer authored May 26, 2023
2 parents 60e7ae1 + e024177 commit f868fe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
jobs:
build:
name: "Release"
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: "Check-out"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Generate release changelog"
id: generate-release-changelog
uses: heinrichreimer/[email protected]
Expand Down

0 comments on commit f868fe2

Please sign in to comment.