Skip to content

Commit

Permalink
ci: remove release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV authored Aug 25, 2023
1 parent bb8a29c commit d3258f9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.when-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,3 @@ jobs:
run: yarn publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 📦 Package
run: yarn pack --filename=package.tgz

- name: ➕ Create release
uses: ncipollo/release-action@v1
id: create_release
with:
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
draft: false
prerelease: false
artifacts: package.tgz
makeLatest: true

0 comments on commit d3258f9

Please sign in to comment.