Browse Source

update off deprecated action

pull/342/head
butlerx 3 years ago
parent
commit
915b966ea1
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 5
      .github/workflows/release.yml

5
.github/workflows/release.yml

@ -13,9 +13,8 @@ jobs:
uses: actions/checkout@master
- name: Create Release
id: create_release
uses: actions/create-release@latest
uses: elgohr/Github-Release-Action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release: Release ${{ github.ref }}

Loading…
Cancel
Save