Skip to content

Commit

Permalink
Fix for the automation
Browse files Browse the repository at this point in the history
  • Loading branch information
spidermanja committed Feb 8, 2023
1 parent ce70927 commit 6fab495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config user.name "spidermanja"
git add .
git commit -am "Updated the tag version ${{ github.event.release.tag_name }}"
git push origin HEAD:automation
git push origin HEAD:main
- name: Publish packages
run: npm publish

Expand Down

0 comments on commit 6fab495

Please sign in to comment.