Skip to content

Commit d3258f9

Browse files
ci: remove release creation
1 parent bb8a29c commit d3258f9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.when-tagged.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,3 @@ jobs:
3939
run: yarn publish --access=public
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
43-
- name: 📦 Package
44-
run: yarn pack --filename=package.tgz
45-
46-
- name: ➕ Create release
47-
uses: ncipollo/release-action@v1
48-
id: create_release
49-
with:
50-
tag: ${{ github.ref }}
51-
name: Release ${{ github.ref }}
52-
draft: false
53-
prerelease: false
54-
artifacts: package.tgz
55-
makeLatest: true

0 commit comments

Comments
 (0)