mirror of
https://github.com/casey/just.git
synced 2024-11-22 02:09:44 +03:00
Merge branch 'master' into ignore-if-not-present
This commit is contained in:
commit
cb1a1855cf
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -110,7 +110,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Publish Archive
|
- name: Publish Archive
|
||||||
uses: softprops/action-gh-release@v2.0.9
|
uses: softprops/action-gh-release@v2.1.0
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
@ -120,7 +120,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Publish Changelog
|
- name: Publish Changelog
|
||||||
uses: softprops/action-gh-release@v2.0.9
|
uses: softprops/action-gh-release@v2.1.0
|
||||||
if: >-
|
if: >-
|
||||||
${{
|
${{
|
||||||
startsWith(github.ref, 'refs/tags/')
|
startsWith(github.ref, 'refs/tags/')
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
shasum -a 256 * > ../SHA256SUMS
|
shasum -a 256 * > ../SHA256SUMS
|
||||||
|
|
||||||
- name: Publish Checksums
|
- name: Publish Checksums
|
||||||
uses: softprops/action-gh-release@v2.0.9
|
uses: softprops/action-gh-release@v2.1.0
|
||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
files: SHA256SUMS
|
files: SHA256SUMS
|
||||||
|
Loading…
Reference in New Issue
Block a user