Skip to content

Commit

Permalink
Release 0.1.61 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored Oct 19, 2024
1 parent d3735bb commit 2824813
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ jobs:
runs-on: ubuntu-latest
needs: ["release", "release-x86_64-unknown-linux-musl"]
steps:
- name: Install Nodejs
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"

- run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
if: startsWith(github.event.ref, 'refs/tags/v')

Expand All @@ -215,6 +210,11 @@ jobs:
with:
fetch-depth: ${{ env.FETCH_DEPTH }}

- name: Install Nodejs
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"

- run: echo "HEAD_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
- run: 'echo "HEAD_SHA: $HEAD_SHA"'

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "kcl-language-server"
description = "A language server for KCL."
authors = ["KittyCAD Inc <[email protected]>"]
version = "0.1.60"
version = "0.1.61"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 2824813

Please sign in to comment.