Skip to content

fix: Correct yml files #7

fix: Correct yml files

fix: Correct yml files #7

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- 'jitpack-cd'
permissions:
contents: write
jobs:
handle-new-tag:
uses: ./.github/workflows/new-tag.yml
handle-new-release:
needs: handle-new-tag
uses: ./.github/workflows/new-release.yml