forked from droidian-images/droidian
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
249 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 |
---|---|---|
|
@@ -103,12 +103,12 @@ jobs: | |
large-packages: true | ||
swap-storage: true | ||
|
||
- name: Delete old nightly release | ||
- name: Delete old test release | ||
uses: dev-drprasad/[email protected] | ||
if: startsWith(github.ref, 'refs/tags/droidian') != true | ||
with: | ||
delete_release: true # default: false | ||
tag_name: nightly # tag name to delete | ||
tag_name: test # tag name to delete | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -117,7 +117,7 @@ jobs: | |
uses: tvdias/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
tag: nightly | ||
tag: test | ||
|
||
- name: Download artifacts | ||
uses: actions/download-artifact@v3 | ||
|
@@ -143,13 +143,13 @@ jobs: | |
draft: true | ||
prerelease: false | ||
|
||
- name: Create nightly release | ||
id: create_nightly | ||
- name: Create test release | ||
id: create_test | ||
if: startsWith(github.ref, 'refs/tags/droidian') != true | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
files: droidian-out/SHA256SUMS | ||
tag_name: nightly | ||
tag_name: test | ||
draft: false | ||
prerelease: true | ||
|
||
|
@@ -187,12 +187,12 @@ jobs: | |
draft: true | ||
prerelease: false | ||
|
||
- name: Create nightly release | ||
id: create_nightly | ||
- name: Create test release | ||
id: create_test | ||
if: startsWith(github.ref, 'refs/tags/droidian') != true | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
files: droidian-out/* | ||
tag_name: nightly | ||
tag_name: test | ||
draft: false | ||
prerelease: true |
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