Skip to content

Commit

Permalink
Merge pull request #4330 from continuedev/nate/fix-ci
Browse files Browse the repository at this point in the history
Nate/fix-ci
  • Loading branch information
sestinj authored Feb 24, 2025
2 parents 7e42ebe + 06e5406 commit 020d10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Pull latest changes
run: git pull origin main
- name: Pull latest changes from release
run: git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }}

# 1. Download the artifacts
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "continue",
"icon": "media/icon.png",
"author": "Continue Dev, Inc",
"version": "0.9.270",
"version": "0.9.271",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"
Expand Down

0 comments on commit 020d10d

Please sign in to comment.