Skip to content

Commit

Permalink
chore(release): release (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneyHamdy authored Mar 18, 2024
1 parent a99eed6 commit 62bbc75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
persist-credentials: false
- name: Install dependencies
run: yarn install
- name: Run tests
Expand All @@ -29,10 +30,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
persist-credentials: false
- run: yarn install
- run: yarn lint
- run: yarn build
Expand All @@ -52,10 +55,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
persist-credentials: false
- run: yarn install
- run: npx semantic-release
env:
Expand Down

0 comments on commit 62bbc75

Please sign in to comment.