Skip to content

Commit 1cb2664

Browse files
committed
ci: fix zizmor template-injection warning
1 parent 20839cf commit 1cb2664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-napi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636

3737
- name: Set version name
3838
if: steps.version.outputs.changed == 'true'
39-
run: |
40-
echo "Version change found! New version: ${{ steps.version.outputs.version }} (${{ steps.version.outputs.version_type }})"
41-
echo "version=${{ steps.version.outputs.version }}"
39+
env:
40+
version: ${{ steps.version.outputs.version }}
41+
run: echo "version=${version}"
4242

4343
build:
4444
needs: check

0 commit comments

Comments
 (0)