Skip to content

Commit

Permalink
Update branch master to correctly reference main (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendevold authored Dec 18, 2023
1 parent 23b0211 commit 8560573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publishTypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Checkout latest master
- name: Checkout latest main
run: |
git checkout master
git pull origin master
git checkout main
git pull origin main
- name: Build types
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
git add package.json
git commit -m "Update @seatsio/seatsio-types"
git push origin master
git push origin main
- name: Publish new version to NPM
uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit 8560573

Please sign in to comment.