mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-13 09:40:42 +01:00
ci: Update deprecated Actions commands
This commit is contained in:
parent
c4b2a12f73
commit
d5ea485a0b
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -34,8 +34,8 @@ jobs:
|
|||||||
output_title="Release: $(date '+%Y-%m-%d')"
|
output_title="Release: $(date '+%Y-%m-%d')"
|
||||||
|
|
||||||
bash "${{ github.workspace }}/.github/actions/build/create-release-notes.sh" | tee "${output_file}"
|
bash "${{ github.workspace }}/.github/actions/build/create-release-notes.sh" | tee "${output_file}"
|
||||||
echo "::set-output name=file::${output_file}"
|
echo "file=${output_file}" >> "$GITHUB_OUTPUT"
|
||||||
echo "::set-output name=title::${output_title}"
|
echo "title=${output_title}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user