Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 21, 2022
1 parent d1de9c2 commit d9cde2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Bump version to ${{ github.event.release.tag_name }}
run: |
yarn workspace @ensdomains/thorin verison ${{ github.event.release.tag_name }}
yarn workspace @ensdomains/thorin version ${{ github.event.release.tag_name }}
git add package.json
git commit -m "${{ github.event.release.tag_name }}"
Expand Down

0 comments on commit d9cde2d

Please sign in to comment.