Skip to content

Commit

Permalink
chore: drop unnecessary step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 13, 2023
1 parent de898f7 commit 1996daf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
- name: "Checkout the repository"
uses: actions/checkout@v3

- name: "Update version"
run: |
echo $(jq '.version="${{ github.event.release.tag_name }}"' package.json) > package.json
- name: "Setup pnpm"
uses: pnpm/action-setup@v2

Expand Down

0 comments on commit 1996daf

Please sign in to comment.