Skip to content

Commit

Permalink
Merge pull request #3 from kriscfoster/pr-comments
Browse files Browse the repository at this point in the history
PR comments
  • Loading branch information
kriscfoster authored Jun 21, 2022
2 parents 93f821e + 88ed8f3 commit 873f554
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 @@ -40,7 +40,7 @@ jobs:
name = "io_bazel_rules_docker",
sha256 = "${{ steps.get_sha.outputs.sha }}",
strip_prefix = "rules_docker-${{ env.VERSION }}",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/${{ steps.get_tag.outputs.TAG }}/rules_docker-${{ steps.get_tag.outputs.TAG }}.tar.gz"],
urls = ["https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ steps.get_tag.outputs.TAG }}/rules_docker-${{ steps.get_tag.outputs.TAG }}.tar.gz"],
)
```
generate_release_notes: true
Expand Down

0 comments on commit 873f554

Please sign in to comment.