Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed Jul 25, 2024
1 parent 42e7729 commit e1ccbb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
call-common-jobs:
build:
uses: ./.github/workflows/build.yaml
with:
version: ${GITHUB_SHA::7}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
tags:
- "v*.*.*"
jobs:
call-common-jobs:
build:
uses: ./.github/workflows/build.yaml
with:
version: ${{ github.ref_name }}
create-release:
runs-on: ubuntu-latest
needs: [build-darwin, build-linux]
needs: build
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e1ccbb1

Please sign in to comment.