Skip to content

Commit

Permalink
feat(ref: no-ref): update version, remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Mar 19, 2024
1 parent 7fae15e commit b838241
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub pages
on:
push:
branches:
- feat/update-version
- develop

jobs:
build:
Expand Down Expand Up @@ -38,11 +38,11 @@ jobs:
echo '********'
bash .github/workflows/scripts/replace_template.sh $RELEASE_VERSION
npm run build
# - name: Deploy demo
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./dist/ngx-copypaste/browser
- name: Deploy demo
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/ngx-copypaste/browser
outputs:
version: ${{ steps.semantic-release.outputs.new-release-version }}

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branches:
- feat/update-version
- develop

plugins:
- '@semantic-release/commit-analyzer'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"target": "ES2022",
"module": "es2020",
"lib": ["es2020", "dom"],
"lib": ["es2016", "dom"],
"sourceMap": true,
"outDir": "./dist/out-tsc",
"strict": true,
Expand Down

0 comments on commit b838241

Please sign in to comment.