Skip to content

Commit

Permalink
Don't automatically create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Feb 10, 2024
1 parent 23c53ce commit c90091f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,3 @@ jobs:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
access: public
provenance: true
- name: Create release
if: steps.publish.outputs.type
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.publish.outputs.version }}
release_name: ${{ steps.publish.outputs.version }}
body: ${{ steps.publish.outputs.version }}
draft: true
prerelease: false

0 comments on commit c90091f

Please sign in to comment.