Skip to content

Commit 81c669a

Browse files
authored
Merge pull request #794 from Griefed/dependabot-github_actions-develop-softprops-action-gh-release-2.2.2
build(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2
2 parents f982053 + c799865 commit 81c669a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
# GENERATE RELEASE
187187
- name: Create Release
188188
id: create_release
189-
uses: softprops/[email protected].1
189+
uses: softprops/[email protected].2
190190
with:
191191
token: ${{ secrets.GITHUB_TOKEN }}
192192
tag_name: ${{ needs.preparations.outputs.version }}

.github/workflows/github_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
# GENERATE RELEASE
179179
- name: Create Release
180180
id: create_release
181-
uses: softprops/[email protected].1
181+
uses: softprops/[email protected].2
182182
with:
183183
token: ${{ secrets.GITHUB_TOKEN }}
184184
tag_name: ${{ needs.preparations.outputs.version }}

0 commit comments

Comments
 (0)