Skip to content

Commit

Permalink
More action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuqua committed Jan 24, 2021
1 parent a401e39 commit f53bcd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/zip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
run: npm run lint && npm run build && npm test

# Use jq to read the "version" attribute of module.json and store it
# in an env variable NEW_VERSION for later steps, as well as a step
# output called new_version.
# in an output called new_version for later steps.
- name: Get latest manifest version
id: get_version
run: |
echo "::set-env name=NEW_VERSION::$(jq -r '.version' module.json)"
echo "::set-output name=new_version::$(jq -r '.version' module.json)"
- name: Delete download URL from manifest and copy to output directory
Expand Down

0 comments on commit f53bcd4

Please sign in to comment.