Skip to content

Commit

Permalink
Merge pull request #54 from dark0dave/dependabot/github_actions/ncipo…
Browse files Browse the repository at this point in the history
…llo/release-action-1.14.0

build(deps): Bump ncipollo/release-action from 1.13.0 to 1.14.0
  • Loading branch information
dark0dave authored Feb 20, 2024
2 parents 5e5d583 + 9a4aa23 commit f77a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: echo ::set-output name=git_tag::${GITHUB_REF/refs\/tags\//}
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
bodyFile: ./CHANGELOG.md
prerelease: ${{ startsWith(steps.get_tag.outputs.git_tag, 'nightly') }}
Expand Down

0 comments on commit f77a42e

Please sign in to comment.