"Fixing" build
This commit is contained in:
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@@ -39,17 +39,17 @@ jobs:
|
|||||||
ls
|
ls
|
||||||
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
|
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
|
||||||
|
|
||||||
- name: Generate a changelog
|
# - name: Generate a changelog
|
||||||
uses: orhun/git-cliff-action@v3
|
# uses: orhun/git-cliff-action@v3
|
||||||
id: git-cliff
|
# id: git-cliff
|
||||||
with:
|
# with:
|
||||||
config: cliff.toml
|
# config: cliff.toml
|
||||||
args: -vv --latest --strip header
|
# args: -vv --latest --strip header
|
||||||
env:
|
# env:
|
||||||
GITHUB_REPO: ${{ github.repository }}
|
# GITHUB_REPO: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Print the changelog
|
# - name: Print the changelog
|
||||||
run: cat "${{ steps.git-cliff.outputs.changelog }}"
|
# run: cat "${{ steps.git-cliff.outputs.changelog }}"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|||||||
Reference in New Issue
Block a user