Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick East <east.patrick@gmail.com>
  • Loading branch information
patrick-east committed Jul 3, 2020
1 parent f97742b commit 3295dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# release places them in a versioned directory
# TODO: Refactor make targets to get them in sync
- name: Copy Relase Binaries
run: cp ./_release/${OPA_VERSION}/opa_* ./
run: cp ./_release/${TAG_NAME#v}/opa_* ./

- name: Deploy OPA Release Images
env:
Expand Down

0 comments on commit 3295dcb

Please sign in to comment.