Skip to content

Commit

Permalink
Remove unnecessary keys from action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbato committed May 12, 2021
1 parent 86656cf commit a4a39c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
path: "~/.cache/bazel"
key: bazel
- name: Test Copybara
run: bazel test //...
- name: Build Copybara
run: bazel build //java/com/google/copybara:copybara_deploy.jar
- name: Test Copybara
run: bazel test //...
- name: Store built JAR
uses: actions/upload-artifact@v2
with:
Expand All @@ -35,8 +35,6 @@ jobs:
- name: Create GitHub Release
uses: softprops/[email protected]
with:
tag_name: ${{ steps.vars.outputs.short_sha }}
files: bazel-bin/java/com/google/copybara/copybara_deploy.jar
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a4a39c6

Please sign in to comment.