Skip to content

Commit

Permalink
Update build-and-release-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed May 22, 2023
1 parent 8bc5a12 commit 67f5ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.event.ref }}
run: |
tag=${ref##*/}
bash ./bash-scripts/setup.sh
gh release create "$tag" -p --repo="$GITHUB_REPOSITORY" --title="${GITHUB_REPOSITORY#*/} ${tag#v}" --generate-notes
build-linux:
name: Build latest push on ubuntu
Expand Down

0 comments on commit 67f5ab5

Please sign in to comment.