Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA committed Sep 27, 2024
1 parent 145c140 commit c480439
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ on:
push:
tags:
- "*.*.*"
workflow_call:
workflows:
- windows-package
- macOS-package
- ubuntu-package
types:
- completed

jobs:
test_package:
strategy:
matrix:
platform: [windows, ubuntu-2204, macos]
uses: libsese/sese/.github/workflows/${{ matrix.platform }}-package.yml

release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
needs: test_package
steps:
- name: Checksum
run: |
Expand Down

0 comments on commit c480439

Please sign in to comment.