Skip to content

Commit 44575cb

Browse files
committed
Infer repository name from GITHUB_REPOSITORY variable
1 parent 15cfc5c commit 44575cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
--notes-file release_notes.txt \
4747
--title v${{ inputs.version }} \
4848
v${{ inputs.version }} \
49-
rules_nixpkgs-${{ inputs.version }}.tar.gz
49+
${GITHUB_REPOSITORY#*/}-${{ inputs.version }}.tar.gz

0 commit comments

Comments
 (0)