Skip to content

Commit 5d613ec

Browse files
authored
Merge pull request #46 from ltex-plus/dependabot/github_actions/softprops/action-gh-release-2.0.9
2 parents 61f20fd + 21b7685 commit 5d613ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
run: "python -u tools/createBinaryArchives.py"
188188

189189
- name: "Create GitHub Release"
190-
uses: "softprops/[email protected].8"
190+
uses: "softprops/[email protected].9"
191191
with:
192192
token: "${{ secrets.GITHUB_TOKEN }}"
193193
prerelease: "${{ env.LTEX_LS_IS_PRERELEASE }}"

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: "git tag -f nightly && git push -f origin nightly"
7979

8080
- name: "Create GitHub Release"
81-
uses: "softprops/[email protected].8"
81+
uses: "softprops/[email protected].9"
8282
env:
8383
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
8484
with:

0 commit comments

Comments
 (0)