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.
1 parent b9f8f4a commit a66783cCopy full SHA for a66783c
.github/workflows/release.yml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
release:
14
+ if: ${{ steps.gitversion.outputs.PreReleaseTag == '' }}
15
runs-on: ubuntu-latest
16
env:
17
working-directory: ${{ github.workspace }}
0 commit comments