Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 25, 2023
1 parent 69c4017 commit e5fb138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Get version and package name
if: ${{ github.event.inputs.dry-run == 'false' }}
run: |
echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
echo "NPM_PACKAGE=$(jq -r '.name' package.json)" >> $GITHUB_ENV
Expand Down

0 comments on commit e5fb138

Please sign in to comment.