Skip to content

Commit

Permalink
Update publish-library.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpete authored Nov 7, 2023
1 parent 170e012 commit a070bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- name: Setup Node.js
Expand All @@ -35,6 +34,7 @@ jobs:
# Commit the changes
git config user.name "GitHub Actions"
git config user.email "actions@users.noreply.github.com"
git checkout main
git add package.json
git commit -m "Update package version to $tag"
git push
Expand Down

0 comments on commit a070bf6

Please sign in to comment.