Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Jan 31, 2024
1 parent 7ee6430 commit 358cac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
path: "tmp"
ref: "master"
ref: "main"
- name: Autoupdate
id: autoupdate
uses: siarheidudko/autoupdater@v3
Expand All @@ -27,7 +27,7 @@ jobs:
author-name: "Siarhei Dudko"
working-directory: ${{ github.workspace }}/tmp
ref: ${{ github.repository }}
branch: "master"
branch: "main"
builds-and-checks: |
npm run lint
npm run build
Expand All @@ -48,7 +48,7 @@ jobs:
id: checkout_repo
uses: actions/checkout@v3
with:
ref: "master"
ref: "main"
- name: Use Node.js ${{ env.NODE_VERSION }}
id: setup_node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body: |
see [CHANGELOG.md](https://github.com/ireceipt-pro/js/blob/master/CHANGELOG.md)
see [CHANGELOG.md](https://github.com/ireceipt-pro/js/blob/main/CHANGELOG.md)
draft: false
prerelease: false
- name: Publish package to NPM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
see [CHANGELOG.md](https://github.com/ireceipt-pro/js/blob/master/CHANGELOG.md)
see [CHANGELOG.md](https://github.com/ireceipt-pro/js/blob/main/CHANGELOG.md)
draft: false
prerelease: false
- name: Set registry npm packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 358cac1

Please sign in to comment.