Skip to content

Commit

Permalink
Merge pull request #192 from bbonkr/dev
Browse files Browse the repository at this point in the history
Release 1.0.11
  • Loading branch information
bbonkr committed Oct 16, 2022
2 parents 05ea414 + 153dbac commit 732685e
Show file tree
Hide file tree
Showing 8 changed files with 8,333 additions and 5,819 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -21,15 +21,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: git config
run: |
git config --global core.autocrlf true
- name: checkout
uses: actions/checkout@v3

- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Install dependencies
run: npm install
run: |
npm install
- name: Rebuild the dist/ directory
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-tag.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
OWNER: ${{ secrets.OWNER }}
REPO: ${{ secrets.REPO }}
- name: get version
uses: bbonkr/get-version-action@v1.0.3
uses: bbonkr/get-version-action@v1.0.5
id: get_version
with:
project: package.json
Expand Down

0 comments on commit 732685e

Please sign in to comment.