Skip to content

ci: 💚 Create release.yml (#143) #4

ci: 💚 Create release.yml (#143)

ci: 💚 Create release.yml (#143) #4

Workflow file for this run

steps:

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'steps', (Line: 1, Col: 1): Required property is missing: jobs
- name: Checkout
uses: actions/checkout@v5
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}