-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping the version before performing the build
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|