Skip to content

Commit

Permalink
ci: fetch tags for proper version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 16, 2022
1 parent 00a304a commit 6d4b416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions scripts/bump-edge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ async function loadWorkspace (dir: string) {
}

async function main () {
await execaCommand('changelogen --bump', { stdio: 'inherit' })

const workspace = await loadWorkspace(process.cwd())

const commit = await execaCommand('git rev-parse --short HEAD').then(r => r.stdout.trim())
Expand Down

0 comments on commit 6d4b416

Please sign in to comment.