Skip to content

Commit

Permalink
Update tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitrykliapkou authored Aug 24, 2023
1 parent cee7d7f commit bfefb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Validate branch name
if: ${{ !startsWith(github.ref, "refs/heads/release/") }}
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
run: |
echo "Wrong branch used to create tags"
exit 1
Expand Down

0 comments on commit bfefb8f

Please sign in to comment.