Skip to content

Commit 58db5d0

Browse files
committed
final workflow
1 parent 2837a9a commit 58db5d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
runs-on: ubuntu-latest
289289
name: release
290290
needs: build
291-
#if: github.ref == 'refs/heads/main'
291+
if: github.ref == 'refs/heads/main'
292292

293293
env:
294294
GH_TOKEN: ${{ github.token }}
@@ -333,7 +333,6 @@ jobs:
333333
done
334334
335335
- uses: softprops/[email protected]
336-
if: false
337336
with:
338337
generate_release_notes: true
339338
tag_name: ${{ steps.tag.outputs.version }}

0 commit comments

Comments
 (0)