Skip to content

Commit c0b728b

Browse files
authored
Merge pull request #2099 from codeflash-ai/dependabot/github_actions/softprops/action-gh-release-3
chore(deps): bump softprops/action-gh-release from 2 to 3
2 parents 2c3e0f6 + 647eb4b commit c0b728b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Create GitHub Release
126126
if: steps.should_run.outputs.run == 'true' && steps.check_tag.outputs.exists == 'false'
127-
uses: softprops/action-gh-release@v2
127+
uses: softprops/action-gh-release@v3
128128
with:
129129
tag_name: ${{ steps.extract_version.outputs.tag }}
130130
name: ${{ matrix.release_name_prefix }} ${{ steps.extract_version.outputs.tag }}

0 commit comments

Comments
 (0)