Skip to content

Commit 010bec3

Browse files
authored
Merge pull request #43 from reload/dependabot/github_actions/softprops/action-gh-release-3
chore(deps): Bump softprops/action-gh-release from 2 to 3
2 parents 24967dd + 3a43c13 commit 010bec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
2929
RELEASE_BRANCHES: main
3030
- name: Create release
31-
uses: softprops/action-gh-release@v2
31+
uses: softprops/action-gh-release@v3
3232
if: ${{ (steps.version.outputs.old_tag != steps.version.outputs.new_tag) }}
3333
with:
3434
tag_name: ${{ steps.version.outputs.new_tag }}

0 commit comments

Comments
 (0)