Skip to content

Commit

Permalink
ci: Added workflow for the test binaries builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Nov 15, 2023
1 parent 5bff8b7 commit 21ea735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Generate output with git tag
id: set
run: |
if [[ !${{ github.event.issue.pull_request }} ]]; then
if [[ ${{ github.event.issue.pull_request }} ]]; then
version=$(cut -d "-" -f1 <<< ${GITHUB_REF#refs/*/})
echo "release_version=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
echo "git_tag=${version}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 21ea735

Please sign in to comment.