Skip to content

Commit

Permalink
use double quotes when setting output to interpolate var
Browse files Browse the repository at this point in the history
  • Loading branch information
cjheppell committed Apr 9, 2021
1 parent 705c81f commit c2540cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
exit 1
fi
echo '::set-output name=RELEASE_VERSION_NUM::$package_json_version_num'
echo "::set-output name=RELEASE_VERSION_NUM::$package_json_version_num"
- run: npm install
- name: Run vsce package
uses: lannonbr/vsce-action@2.0.0
Expand Down

0 comments on commit c2540cb

Please sign in to comment.