Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pommee authored Aug 15, 2024
1 parent 1be98d2 commit f80d751
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,14 @@ on:

jobs:

checkout:
release:
name: Update changelog and create new github release
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4


release:
name: Update changelog and create new github release
runs-on: ubuntu-latest

needs: checkout

steps:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -44,7 +37,6 @@ jobs:

needs:
- release
- checkout

environment:
name: pypi
Expand All @@ -55,6 +47,9 @@ jobs:
if: "!contains(github.event.head_commit.message, 'chore:')" # Skip if "chore:" is in the commit message

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f80d751

Please sign in to comment.