Skip to content

Commit

Permalink
Merge pull request #102 from RGLgg/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l authored Sep 19, 2024
2 parents 5a4c401 + 98ff5b9 commit 621a99f
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 621a99f

Please sign in to comment.