Skip to content

Commit

Permalink
update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohtaman committed Nov 20, 2024
1 parent f4b1811 commit 6f8ae02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build_package
with:
python-version: "3.9"

- name: Determine Tag Name
id: determine_tag
Expand All @@ -39,6 +36,10 @@ jobs:
with:
ref: ${{ steps.determine_tag.outputs.tag_name }}

- uses: ./.github/actions/build_package
with:
python-version: "3.9"

- name: Check Release Existence
id: check_release
run: |
Expand Down

0 comments on commit 6f8ae02

Please sign in to comment.