Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed May 4, 2023
1 parent bd9dca3 commit 2f4528e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,17 @@ runs:
with:
name: html-documentation
path: html-documentation

- name: ls
shell: bash -l {0}
run: ls -lhrt

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
release_name: TiGL ${{ env.version }}
tag_name: ${{ env.version }}
name: TiGL ${{ env.version }}
body: ${{ steps.changelog.outputs.content }}
draft: true
prerelease: false
Expand Down

0 comments on commit 2f4528e

Please sign in to comment.