Skip to content

Commit

Permalink
Fixed workflow GrandOrgue#711
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Samarin committed Oct 7, 2021
1 parent 1810f22 commit e733d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set git tags and compose RELNOTES.md
shell: bash
run: ${{github.workspace}}/build-scripts/for-github/autotag.sh
if: ${{ github.ref == "refs/heads/master" || startsWith(github.ref, "refs/heads/release-") }}
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-') }}

- name: Calculate versions
id: vers
Expand Down

0 comments on commit e733d6e

Please sign in to comment.