Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uilton-oliveira authored Aug 11, 2021
1 parent d12c7b1 commit 2bc4e6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
IMAGE_NAME: darksupremo/legendasws
IMAGE_NAME: ${{ github.repository }}/legendasws

jobs:
build-docker:
Expand Down Expand Up @@ -59,7 +59,6 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHA8: ${GITHUB_SHA::8}
with:
body: ${{ steps.github_release.outputs.changelog }}
tag_name: v${{ steps.date.outputs.date }}-${{ steps.slug.outputs.sha8 }}

0 comments on commit 2bc4e6d

Please sign in to comment.