Skip to content

Commit

Permalink
fixed publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ofarukdogancay committed Apr 18, 2024
1 parent a4092df commit 6884115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
verify:
uses: ./.github/workflows/verify.yaml@main
uses: ./.github/workflows/verify.yaml
publish:
runs-on: ubuntu-latest
needs: [ verify ]
Expand Down

0 comments on commit 6884115

Please sign in to comment.