Skip to content

Commit

Permalink
fix: Correct yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
burkido committed Aug 15, 2024
1 parent e0ef7e9 commit 1340079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:

jobs:
handle-new-tag:
uses: ./.github/workflows/handle-new-tag.yml
uses: ./.github/workflows/new-tag.yml

handle-new-release:
needs: handle-new-tag
uses: ./.github/workflows/handle-new-release.yml
uses: ./.github/workflows/new-release.yml

0 comments on commit 1340079

Please sign in to comment.