From a831e770b76d6cea85658c4755d3d4220f0b54d0 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 10 Jan 2023 19:03:03 -0300 Subject: [PATCH] release changed --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab0657e6..c8fb814e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,20 +1,21 @@ -name: Release +name: Release AddOn on: push: tags: - '**' - + env: CF_API_KEY: ${{ secrets.CF_API_KEY }} WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} + # for github releases, this secret is automatically provided to the workflow jobs: - release: + release: # "release" is a job, you can name it anything you want runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 0 # reads history for commit changelog + - uses: BigWigsMods/packager@v2 -