Skip to content

Commit

Permalink
Fix: Add id to github actions, so that envs are picked
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamjain committed May 1, 2023
1 parent 85a2b67 commit b4cff68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
- name: vars
id: vars
run: |
echo "latest_version=$(npm view external-svg-loader version)" >> $GITHUB_OUTPUT
echo "package_version=$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b4cff68

Please sign in to comment.