@@ -40,26 +40,26 @@ jobs:
40
40
- name : Lint Commit
41
41
uses : wagoid/commitlint-github-action@v3
42
42
43
- release :
44
- name : Publish new release
45
- needs : [build, lint, commitlint]
46
- if : github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
47
- runs-on : ubuntu-latest
48
- steps :
49
- - name : Checkout
50
- uses : actions/checkout@v2
51
- - name : Download build artifact
52
- uses : actions/download-artifact@v4
53
- with :
54
- name : build
55
- path : .
56
- - name : Create release archive
57
- run : tar -czvf release.tar.gz worker README.md LICENSE
58
- - name : Setup Node.js
59
- uses : actions/setup-node@v2
60
- with :
61
- node-version : 20
62
- - name : Release
63
- env :
64
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
65
- run : npx semantic-release
43
+ # release:
44
+ # name: Publish new release
45
+ # needs: [build, lint, commitlint]
46
+ # if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
47
+ # runs-on: ubuntu-latest
48
+ # steps:
49
+ # - name: Checkout
50
+ # uses: actions/checkout@v2
51
+ # - name: Download build artifact
52
+ # uses: actions/download-artifact@v4
53
+ # with:
54
+ # name: build
55
+ # path: .
56
+ # - name: Create release archive
57
+ # run: tar -czvf release.tar.gz worker README.md LICENSE
58
+ # - name: Setup Node.js
59
+ # uses: actions/setup-node@v2
60
+ # with:
61
+ # node-version: 20
62
+ # - name: Release
63
+ # env:
64
+ # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
65
+ # run: npx semantic-release
0 commit comments