Skip to content

Commit

Permalink
fix: use maintained release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Jan 30, 2024
1 parent c91dd36 commit 89deb02
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ncipollo/release-action@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: contains(github.ref_name, 'alpha') || contains(github.ref_name, 'beta')

Expand Down

0 comments on commit 89deb02

Please sign in to comment.