Skip to content

Commit

Permalink
remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jul 17, 2024
1 parent 5021555 commit 757d0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: get-version
if: startsWith(github.ref, 'refs/tags/v')
run: |
if [[ $GITHUB_REF == refs/tags/v* ]]; then
echo "running tag version extract"
Expand Down

0 comments on commit 757d0a1

Please sign in to comment.