diff --git a/.github/workflows/upload_artifact.yml b/.github/workflows/upload_artifact.yml index 074a330a..35f9eec5 100644 --- a/.github/workflows/upload_artifact.yml +++ b/.github/workflows/upload_artifact.yml @@ -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: diff --git a/version.json b/version.json index 376444ab..65dc2c36 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.24-rc", + "version": "0.8.25-rc", "plugins": { "portainer": "0.0.6", "nginx": "0.0.5",