Skip to content

Commit

Permalink
fix: yml typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jan 15, 2024
1 parent 24beda9 commit 5a12635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/command/yml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import pc from 'picocolors'
export async function addYml(isDry?: boolean) {
const yml = `name: Release and Publish
on:
on:
push:
tags:
- 'v*'
jobs:
release:
# https://docs.github.com/zh/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit 5a12635

Please sign in to comment.