Skip to content

Commit

Permalink
Merge pull request #69 from daddel80/dependabot/github_actions/softpr…
Browse files Browse the repository at this point in the history
…ops/action-gh-release-2.2.1

Bump softprops/action-gh-release from 2.2.0 to 2.2.1
  • Loading branch information
daddel80 authored Jan 13, 2025
2 parents 6557901 + 19db203 commit d62efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "${{ github.event.commits[0].message }}"

- name: Create Release
uses: softprops/[email protected].0
uses: softprops/[email protected].1
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
with:
body: ${{ github.event.commits[0].message }}
Expand Down

0 comments on commit d62efb1

Please sign in to comment.