Skip to content

Commit 27c45be

Browse files
authored
Merge pull request #178 from tyoeer/dependabot/github_actions/softprops/action-gh-release-2.2.1
Bump softprops/action-gh-release from 2.1.0 to 2.2.1
2 parents a835ff4 + 88e726b commit 27c45be

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
@@ -77,7 +77,7 @@ jobs:
7777
run: git log $(git describe --tags --abbrev=0)..HEAD --format=format:"> %s%+b" > commits.txt
7878
- name: Create release
7979
id: create-release
80-
uses: softprops/action-gh-release@v2.1.0
80+
uses: softprops/action-gh-release@v2.2.1
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
with:

0 commit comments

Comments
 (0)