Skip to content

Commit

Permalink
Correct the name of the resulting source tarball (#188)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EdSchouten authored Apr 4, 2024
1 parent 0dc6e87 commit 62c7a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
generate_release_notes: true
body_path: release_notes.txt
fail_on_unmatched_files: true
files: rules_python-*.tar.gz
files: rules_jsonnet-*.tar.gz

0 comments on commit 62c7a43

Please sign in to comment.