We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 323da3c + 9cf257a commit 5fe7a2aCopy full SHA for 5fe7a2a
.github/workflows/release.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
release:
15
- if: ${{ github.repository_owner == 'your-ehsan' && contains(github.ref, 'development') && startsWith(github.ref, 'refs/tags/v')}}
+ if: ${{ github.repository_owner == 'your-ehsan' && startsWith(github.ref, 'refs/tags/v')}}
16
name: Create a release
17
runs-on: windows-latest
18
0 commit comments