This commit is contained in:
Amarachi Omereife 2023-10-20 08:27:09 +01:00
parent f987da1875
commit ce60d2539d
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}