Skip to content

Commit

Permalink
fix release problem
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura committed Sep 28, 2023
1 parent faa0237 commit 66fe133
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,11 @@ jobs:
# Create the release: https://github.com/actions/create-release
- name: Create release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref}}
release_name: ${{ github.ref }}
tag_name: ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit 66fe133

Please sign in to comment.