mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
combine release and dev action
This commit is contained in:
parent
c576806db4
commit
ad54398c9c
2 changed files with 1 additions and 3 deletions
2
.github/workflows/upload_artifact.yml
vendored
2
.github/workflows/upload_artifact.yml
vendored
|
@ -62,7 +62,6 @@ jobs:
|
|||
fail_if_source_empty: true
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ steps.check_changes.outputs.release == 'false' }}
|
||||
with:
|
||||
|
@ -85,7 +84,6 @@ jobs:
|
|||
fail_if_source_empty: true
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ steps.check_changes.outputs.release == 'true' }}
|
||||
with:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.24-rc",
|
||||
"version": "0.8.25-rc",
|
||||
"plugins": {
|
||||
"portainer": "0.0.6",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue