Skip to content

Commit

Permalink
sync correct app
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored May 29, 2024
1 parent 3b24f76 commit 9545fe2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sync-version-with-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
branch: ${{ github.ref }}
update-script: |
VERSION=$(
curl -sL https://api.github.com/repos/astral-sh/ruff/releases/latest | jq -r .tag_name | tr -d "v"
curl -sL https://api.github.com/repos/astral-sh/uv/releases/latest | jq -r .tag_name | tr -d "v"
)
sed -i 's/^\(version: \).*$/\1'"$VERSION"'/' snap/snapcraft.yaml
LSP_VERSION=$(
curl -sL https://api.github.com/repos/astral-sh/ruff-lsp/releases/latest | jq -r .tag_name | tr -d "v"
)
sed -i "s/\(source-tag: v\).* # LSP/\1$LSP_VERSION # LSP/" snap/snapcraft.yaml

0 comments on commit 9545fe2

Please sign in to comment.