From ec0ce46e0f2777049293d913107c347f3d2169fb Mon Sep 17 00:00:00 2001 From: Ty Schlichenmeyer Date: Wed, 28 Feb 2024 01:32:05 -0600 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20(ci):=20update=20release=20G?= =?UTF-8?q?H=20Action=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccf68264..50778b0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.8 @@ -35,4 +35,4 @@ jobs: with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }} - repository_url: https://jazzband.co/projects/wagtailmenus/upload + repository-url: https://jazzband.co/projects/wagtailmenus/upload From 9bdcf9b9f9b5d86438e97eccf02c7a5c45fb2e36 Mon Sep 17 00:00:00 2001 From: Ty Schlichenmeyer Date: Wed, 28 Feb 2024 01:39:24 -0600 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=20(ci):=20use=20release=20work?= =?UTF-8?q?flow=20trigger=20instead=20of=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50778b0d..f2397316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release on: - push: - tags: - - '*' + release: + types: + - published jobs: build: