Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhwaans committed Oct 28, 2024
1 parent d7b40d6 commit 19bfb0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
increment: patch

- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.version.outputs.version }}
draft: false
prerelease: false
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.version.outputs.version }}
draft: false
prerelease: false

0 comments on commit 19bfb0e

Please sign in to comment.