Skip to content

Commit

Permalink
[MOD] Create release
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Feb 6, 2024
1 parent 64d4f6f commit a6d1f46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
tag: ${{ github.ref_name }}
run: |
gh release create "$tag" \
gh release create "$GITHUB_REF_NAME" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v}" \
--generate-notes

0 comments on commit a6d1f46

Please sign in to comment.