Skip to content

Commit e0f6d8a

Browse files
chore(ci): bump softprops/action-gh-release from 3.0.2 to 3.0.3 (#46)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 663febe commit e0f6d8a

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
@@ -80,7 +80,7 @@ jobs:
8080
{ echo "content<<${DELIM}"; printf '%s' "$BODY"; echo ""; echo "${DELIM}"; } >> $GITHUB_OUTPUT
8181
8282
- name: Create Release
83-
uses: softprops/action-gh-release@v3.0.2
83+
uses: softprops/action-gh-release@v3.0.3
8484
with:
8585
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
8686
name: Release ${{ steps.tag.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)