Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 9, 2024
1 parent 9aa538b commit c331873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
publish:
if: github.repository == 'vitest-dev/vitest-browser-vue'
if: github.repository == 'vitest-dev/vitest-browser-svelte'
runs-on: ubuntu-latest
environment: Release
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ try {
await $`git update-ref refs/heads/release refs/heads/main`
await $`git push origin release`
}
console.log('New release is ready, waiting for conformation at https://github.com/vitest-dev/vitest-browser-utils/actions')
console.log('New release is ready, waiting for conformation at https://github.com/vitest-dev/vitest-browser-svelte/actions')
}
catch (err) {
console.error(err)
Expand Down

0 comments on commit c331873

Please sign in to comment.