Skip to content

Commit

Permalink
Bumping the version before performing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbr74 committed Jan 7, 2022
1 parent db9a90b commit 04c895c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
with:
node-version: 12

- name: Install npm dependencies
run: npm install

- name: Build ias-icon font
run: npm run build:icons

- name: Increment the npm patch version
run: |
git config user.name github-actions
git config user.email [email protected]
npm version patch -m "Incremented the version during an automated build"
git push
- name: Install npm dependencies
run: npm install

- name: Build ias-icon font
run: npm run build:icons

- name: Publish the ias-icons package to npm
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 04c895c

Please sign in to comment.