-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update softprops/action-gh-release action to v2.0.6
- Loading branch information
1 parent
d33c8ad
commit e2e0331
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,7 +271,7 @@ jobs: | |
sudo rm -rf build/IMAGE | ||
- name: Release | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
|
@@ -372,7 +372,7 @@ jobs: | |
sudo -E docker push "$IMAGE" | ||
sudo rm -rf build/IMAGE | ||
- name: Release | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
|
@@ -446,7 +446,7 @@ jobs: | |
run: | | ||
docker push $(cat release/IMAGE) | ||
- name: Release | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -203,7 +203,7 @@ jobs: | |
cd .. | ||
rm release/IMAGE release/VERSION release/versions.yaml | ||
- name: Release | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
|
@@ -326,7 +326,7 @@ jobs: | |
--BASE_IMAGE=quay.io/kairos/${{ matrix.flavor }}:${{ matrix.flavorRelease }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-${{ github.ref_name }}-uki \ | ||
--ENKI_CREATE_CI_KEYS=true | ||
- name: Release | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
|
@@ -430,7 +430,7 @@ jobs: | |
cd .. | ||
sudo rm -rf release/VERSION release/IMAGE release/versions.yaml | ||
- name: Release | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,7 +170,7 @@ jobs: | |
sudo rm -rf build/IMAGE | ||
- name: Release | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
uses: softprops/[email protected].5 | ||
uses: softprops/[email protected].6 | ||
with: | ||
files: | | ||
build/*scan-reports.tar.gz | ||
|