Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanslo committed Feb 12, 2024
1 parent 6023bd4 commit 6fbda11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git remote add gh-origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git add .
git commit -m "Update package versions"
git push origin main
git push origin gh-origin
- name: Publish packages
if: steps.changesets.outputs.HAS_CHANGESETS == 'true'
Expand Down

0 comments on commit 6fbda11

Please sign in to comment.