mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
ci: run draft release on ubuntu-slim
This commit is contained in:
parent
8ae52a79fa
commit
346e81a7c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-release.yml
vendored
2
.github/workflows/draft-release.yml
vendored
|
|
@ -12,7 +12,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
draft-release:
|
draft-release:
|
||||||
name: Draft Release
|
name: Draft Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-slim
|
||||||
outputs:
|
outputs:
|
||||||
release-id: ${{ steps.drafter.outputs.id }}
|
release-id: ${{ steps.drafter.outputs.id }}
|
||||||
tag-name: ${{ steps.drafter.outputs.tag_name }}
|
tag-name: ${{ steps.drafter.outputs.tag_name }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue