Skip to content

Commit

Permalink
build: fix brew build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed May 15, 2020
1 parent 2082a8c commit 9b12143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
run: git fetch --prune --unshallow
- run: git fetch --prune --unshallow

- name: Set version
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit 9b12143

Please sign in to comment.