Skip to content

Commit 11c5584

Browse files
committed
just: add missing tag to gh release create
This appeared to be the only significant bug in the automated release workflow. W00t.
1 parent 86042e0 commit 11c5584

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ pyoxy-release-upload commit tag:
233233
--prerelease \
234234
--target {{commit}} \
235235
--title 'PyOxy {{tag}}' \
236-
--discussion-category general
236+
--discussion-category general \
237+
pyoxy/{{tag}}
237238
gh release upload --clobber pyoxy/{{tag}} dist/pyoxy/*
238239

239240
# Perform a PyOxy release end-to-end.

0 commit comments

Comments
 (0)