Skip to content

Commit

Permalink
fix(cicd): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mickare committed Aug 11, 2024
1 parent 4a3e39b commit 96c14ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
call-test:
uses: ./github/workflows/test.yml
uses: ./.github/workflows/test.yml
release:
runs-on: ubuntu-latest
concurrency: release
Expand Down

0 comments on commit 96c14ad

Please sign in to comment.