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 ec2def5 commit e2f2162Copy full SHA for e2f2162
1 file changed
.github/workflows/main.yml
@@ -293,7 +293,7 @@ jobs:
293
runs-on: ubuntu-latest
294
name: release
295
needs: build
296
- if: github.ref == 'refs/heads/main'
+ #if: github.ref == 'refs/heads/main'
297
298
env:
299
GH_TOKEN: ${{ github.token }}
@@ -345,6 +345,7 @@ jobs:
345
artifact_name: coverage
346
347
- uses: softprops/action-gh-release@v2.2.1
348
+ if: false
349
with:
350
generate_release_notes: true
351
tag_name: ${{ steps.tag.outputs.version }}
0 commit comments