Skip to content

Commit

Permalink
Merge pull request #12 from swisscom/feature/OCERED-7938-LIMA-Action-…
Browse files Browse the repository at this point in the history
…Runner-Ensure-that-ActionRunner-is-a-deployable-package

chore(meta): use different release task
  • Loading branch information
sabberworm authored Oct 17, 2024
2 parents 5b7b21e + 1a36d2c commit 35e08b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
github-token: ''
preset: 'conventionalcommits'
output-file: 'docs/CHANGELOG.md'
skip-version-file: 'true'
skip-version-file: true
skip-on-empty: false

- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
make_latest: 'true'

0 comments on commit 35e08b0

Please sign in to comment.