Skip to content

Commit

Permalink
Merge pull request #101 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 b0fe55c + 5c279fa commit 5a4c401
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,12 @@ jobs:

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

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

0 comments on commit 5a4c401

Please sign in to comment.