mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
Update softprops/action-gh-release from 2.2.0 to 2.2.1 (#2570)
This commit is contained in:
parent
1f7df4a494
commit
2a3018a529
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Publish Archive
|
||||
uses: softprops/action-gh-release@v2.2.0
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
with:
|
||||
draft: false
|
||||
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish Changelog
|
||||
uses: softprops/action-gh-release@v2.2.0
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
if: >-
|
||||
${{
|
||||
startsWith(github.ref, 'refs/tags/')
|
||||
|
|
@ -160,7 +160,7 @@ jobs:
|
|||
shasum -a 256 * > ../SHA256SUMS
|
||||
|
||||
- name: Publish Checksums
|
||||
uses: softprops/action-gh-release@v2.2.0
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
with:
|
||||
draft: false
|
||||
files: SHA256SUMS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue