1
1
mirror of https://github.com/casey/just.git synced 2024-09-11 05:55:31 +03:00

Update softprops/action-gh-release (#2269)

This commit is contained in:
dependabot[bot] 2024-07-22 10:54:49 -07:00 committed by GitHub
parent 980af410d2
commit df9774da5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ jobs:
shell: bash
- name: Publish Archive
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.8
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
@ -105,7 +105,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Changelog
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.8
if: >-
${{
startsWith(github.ref, 'refs/tags/')