Skip to content

Commit 956d5b4

Browse files
authored
Update main.yml
1 parent c6b710f commit 956d5b4

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Install dependencies
3232
run: npm ci
3333

34+
35+
3436
- name: Build package
3537
run: npm run build
3638

@@ -55,12 +57,3 @@ jobs:
5557
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5658
npm_config_//registry.npmjs.org/:_authToken: ${{ secrets.NPM_TOKEN }}
5759
npm_config_email: ${{ secrets.NPM_USER }}
58-
59-
- name: Create GitHub Release
60-
uses: softprops/action-gh-release@v1
61-
with:
62-
name: v${{ env.VERSION }}
63-
tag_name: v${{ env.VERSION }}
64-
generate_release_notes: true
65-
env:
66-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)