Skip to content

Commit

Permalink
Swapped release action
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l committed Sep 19, 2024
1 parent 5c279fa commit 600e721
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,14 @@ jobs:

- name: Create Release
id: create_release
uses: elgohr/Github-Release-Action@v5
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: v${{ env.GIT_COMMIT }}
title: Release v${{ env.PLUGIN_VERSION }}
tag_name: v${{ env.GIT_COMMIT }}
name: Release v${{ env.PLUGIN_VERSION }}
draft: false
prerelease: false

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 600e721

Please sign in to comment.