Skip to content

Commit 62c7a43

Browse files
authored
Correct the name of the resulting source tarball (#188)
Even though I was capable of testing the shell script that constructs the source tarball, I couldn't test the release workflow end to end. It looks like I left something from rules_python behind.
1 parent 0dc6e87 commit 62c7a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
generate_release_notes: true
3636
body_path: release_notes.txt
3737
fail_on_unmatched_files: true
38-
files: rules_python-*.tar.gz
38+
files: rules_jsonnet-*.tar.gz

0 commit comments

Comments
 (0)