We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2837a9a commit 58db5d0Copy full SHA for 58db5d0
1 file changed
.github/workflows/main.yml
@@ -288,7 +288,7 @@ jobs:
288
runs-on: ubuntu-latest
289
name: release
290
needs: build
291
- #if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
292
293
env:
294
GH_TOKEN: ${{ github.token }}
@@ -333,7 +333,6 @@ jobs:
333
done
334
335
- uses: softprops/action-gh-release@v2.2.1
336
- if: false
337
with:
338
generate_release_notes: true
339
tag_name: ${{ steps.tag.outputs.version }}
0 commit comments