Skip to content

Commit

Permalink
ci: pull main before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed May 20, 2024
1 parent 8a8aba5 commit 1f6aca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
package: ${{fromJson(needs.setup.outputs.packages)}}
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: denoland/setup-deno@v1
- run: deno task ${{ matrix.package }}:publish

0 comments on commit 1f6aca7

Please sign in to comment.