Skip to content

Commit

Permalink
fix(validator): type value
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Oct 13, 2024
1 parent 4004661 commit 7fdd4d4
Show file tree
Hide file tree
Showing 4 changed files with 2,354 additions and 3,459 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,20 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- uses: actions/checkout@v4
- name: ⬇️ Get latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- name: ⬇️ Get Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- name: release
- name: 📦 Install dependencies
run: npm ci
- name: 🏗️ Build
run: npm run build
- name: 🚀 Release
run: cd dist/ngx-mat-input-tel && npx semantic-release --branches master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 7fdd4d4

Please sign in to comment.