Skip to content

Commit

Permalink
Merge pull request #276 from emcek/dependabot/github_actions/softprop…
Browse files Browse the repository at this point in the history
…s/action-gh-release-975c1b265e11dd76618af1c374e7981f9a6ff44a

Bump softprops/action-gh-release from 4634c16e79c963813287e889244c50009e7f0981 to 975c1b265e11dd76618af1c374e7981f9a6ff44a
  • Loading branch information
emcek authored Mar 5, 2024
2 parents 61f0e6f + 24420bf commit afac2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
($changelog | Select-Object -First $last_change -Skip 1) -join "`n" | Out-File .\RELEASENOTES.md
- name: "Create Release"
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
env:
GITHUB_TOKEN: ${{ secrets.REL_TOKEN }}
with:
Expand Down

0 comments on commit afac2d5

Please sign in to comment.