Skip to content

Commit

Permalink
chore(CI): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Jul 3, 2024
1 parent c25e18f commit b6ab62b
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
name: semantic-release-yarn-with-build--onPush
name: release

on:
push:
branches:
- master

jobs:
semantic-release-yarn-with-build--onMondays-1030:
release:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@master

- uses: actions/setup-node@master
with:
node-version: '14'

- run: yarn

- run: yarn build

node-version: '20'
- run: npm -g i pnpm
- run: pnpm i --frozen-lockfile --ignore-scripts
- run: pnpm build
- run: |
npm install -g \
semantic-release \
Expand All @@ -31,7 +27,6 @@ jobs:
semantic-release-chrome \
semantic-release-firefox-add-on \
[email protected]
- run: semantic-release
env:
GH_TOKEN: ${{ secrets.PAT }}
Expand Down

0 comments on commit b6ab62b

Please sign in to comment.