Skip to content

Commit

Permalink
change commit in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 22, 2022
1 parent d9cde2d commit cf1b477
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 @@ -37,7 +37,7 @@ jobs:
- name: Bump version to ${{ github.event.release.tag_name }}
run: |
yarn workspace @ensdomains/thorin version ${{ github.event.release.tag_name }}
git add package.json
git add .
git commit -m "${{ github.event.release.tag_name }}"
- name: Publish
Expand Down

0 comments on commit cf1b477

Please sign in to comment.