Skip to content

Commit

Permalink
ci: change path of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Oct 23, 2024
1 parent 5fa8c9b commit ca42d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
semantic:
uses: nemental/.github/.github/workflows/release.yml@main
uses: nemental/.github/.github/workflows/release/main.yml@main

docker:
uses: nemental/.github/.github/workflows/build.yml@main
uses: nemental/.github/.github/workflows/build/main.yml@main
needs: semantic
with:
version: ${{ needs.semantic.outputs.version }}

0 comments on commit ca42d02

Please sign in to comment.