Skip to content

Commit

Permalink
build(deps): bump LizardByte/setup-release-action from 2024.520.19385…
Browse files Browse the repository at this point in the history
…7 to 2024.608.210128 (#91)

* build(deps): bump LizardByte/setup-release-action

Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2024.520.193857 to 2024.608.210128.
- [Release notes](https://github.com/lizardbyte/setup-release-action/releases)
- [Commits](LizardByte/setup-release-action@v2024.520.193857...v2024.608.210128)

---
updated-dependencies:
- dependency-name: LizardByte/setup-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
dependabot[bot] and ReenigneArcher authored Jun 8, 2024
1 parent f1f484e commit 020815c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Setup Release
id: setup-release
uses: LizardByte/setup-release-action@v2024.520.193857
uses: LizardByte/setup-release-action@v2024.608.210128
with:
fail_on_events_api_error: true
github_token: ${{ secrets.GH_BOT_TOKEN }}
Expand All @@ -88,8 +88,9 @@ jobs:
with:
allowUpdates: false
artifacts: ''
body: ${{ steps.setup-release.outputs.release_body }}
discussionCategory: announcements
generateReleaseNotes: true
generateReleaseNotes: ${{ steps.setup-release.outputs.release_generate_notes }}
name: ${{ steps.setup-release.outputs.release_tag }}
prerelease: true
tag: ${{ steps.setup-release.outputs.release_tag }}
Expand Down

0 comments on commit 020815c

Please sign in to comment.