Skip to content

Commit

Permalink
Restore build job and dependency [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cornejobarraza committed Jan 17, 2025
1 parent 1673420 commit a91bdba
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,23 @@ on:
branches:
- master
jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 20
# - name: Set Git environment and update package number
# run: |
# git config --global user.name 'GIT Package Updater'
# git config --global user.email '[email protected]'
# npm version patch
# git push
# - run: npm ci
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Set Git environment and update package number
run: |
git config --global user.name 'GIT Package Updater'
git config --global user.email '[email protected]'
npm version patch
git push
- run: npm ci

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a91bdba

Please sign in to comment.