Skip to content

Commit

Permalink
fix grel command 4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-almas committed Apr 5, 2021
1 parent 7aa80c6 commit ba8d994
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "./grel release -u buhta \
-r protoc-gen-validate \
-t \"${{ steps.get_version.outputs.VERSION }}\" \
-n protoc-gen-validate_\"${{ steps.get_version.outputs.VERSION }}\""

- name: upload binary into release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ba8d994

Please sign in to comment.