Skip to content

Commit

Permalink
ci: fix ref for 2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 2, 2023
1 parent dd0e264 commit 21badd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuxt2-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: 'refs/heads/2.x'
ref: 'refs/remotes/origin/2.x'
fetch-depth: 0 # All history
- name: fetch tags
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
Expand Down

0 comments on commit 21badd9

Please sign in to comment.