Skip to content

Commit

Permalink
Tags starting with change
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Oct 26, 2023
1 parent ea20f97 commit 2157be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
release:
# Making sure that release only runs for tag pushes
if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'pushyamig'
if: startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'pushyamig'
needs: build # This ensures the build job finishes successfully before starting this job
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2157be8

Please sign in to comment.