Skip to content

Commit c40ee1c

Browse files
committed
Tweak release workflow settings
1 parent f2d627b commit c40ee1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
description: "Is the release a prerelease ?"
1111
required: false
1212
default: false
13+
type: boolean
1314

1415
jobs:
1516
release-manager:
@@ -50,7 +51,8 @@ jobs:
5051
env:
5152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5253
with:
54+
target_commitish: ${{ github.sha }}
5355
tag_name: ${{ github.event.inputs.tag }}
54-
release_name: Release ${{ github.event.inputs.tag }}
56+
name: Release ${{ github.event.inputs.tag }}
5557
prerelease: ${{ github.event.inputs.prerelease }}
5658

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.10
22

33
EXPOSE 8000
44

5-
ENV POETRY_VERSION=1.1.11
5+
ENV POETRY_VERSION=1.1.13
66

77
ENV PATH=$PATH:/root/.poetry/bin
88

0 commit comments

Comments
 (0)