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 uses: actions/checkout@master
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: actions/create-release@latest uses: elgohr/Github-Release-Action@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{ github.ref }} release: Release ${{ github.ref }}
release_name: Release ${{ github.ref }}

Loading…
Cancel
Save