Skip to content

Commit

Permalink
Merge pull request #484 from jazzband/ci-fix
Browse files Browse the repository at this point in the history
👷 (ci): update release GH Action syntax
  • Loading branch information
schlich authored Feb 28, 2024
2 parents a729ddb + 9bdcf9b commit 56bbd7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Release

on:
push:
tags:
- '*'
release:
types:
- published

jobs:
build:
if: github.repository == 'jazzband/wagtailmenus'
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

Expand All @@ -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

0 comments on commit 56bbd7f

Please sign in to comment.