Update build-and-release.yml
This commit is contained in:
parent
e148f6a46e
commit
1a6bf66a5d
5
.github/workflows/build-and-release.yml
vendored
5
.github/workflows/build-and-release.yml
vendored
@ -30,7 +30,4 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
sha: ${{ github.sha }}
|
||||
run: |
|
||||
gh release create "$(date '+%Y-%m-%d-')${sha:0:7}" \
|
||||
--repo="$GITHUB_REPOSITORY" \
|
||||
--title="${GITHUB_REPOSITORY#*/} $(date '+%Y-%m-%d-')${sha:0:7}" \
|
||||
./proxy.pac
|
||||
gh release create "$(date '+%Y-%m-%d-')${sha:0:7}" --generate-notes ./proxy.pac
|
||||
|
Loading…
Reference in New Issue
Block a user