From 6352fc838777c1f2913e03af7976a3f66c94a321 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 27 Jan 2023 13:50:44 -0300 Subject: [PATCH] Test deployment for details! standalone on wago --- .github/workflows/release.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7103edb..9bbbd9d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,23 +1,24 @@ name: Release AddOn -on: - push: - tags: - - '**' +on: [push] +#on: +# push: +# tags: +# - '**' env: CF_API_KEY: ${{ secrets.CF_API_KEY }} WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} jobs: - full_package_release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 +# full_package_release: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# with: +# fetch-depth: 0 - - uses: BigWigsMods/packager@v2 +# - uses: BigWigsMods/packager@v2 standalone_release: runs-on: ubuntu-latest