Skip to content

Commit

Permalink
Fix YAML syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Feb 12, 2024
1 parent ee4938d commit 584f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- name: Set env
- name: Set env
run: |
VERSION=$(node -e 'console.log(require("./package.json").version)');
echo ::set-env name=RELEASE_VERSION::${VERSION}
Expand Down

0 comments on commit 584f56f

Please sign in to comment.