Skip to content

Commit

Permalink
feat(ref: no-ref): test slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Mar 18, 2024
1 parent fc4fdf8 commit 7226709
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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/versions
- develop

jobs:
build:
Expand Down Expand Up @@ -39,11 +39,11 @@ jobs:
echo '********'
npm run build
# - name: Deploy demo
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./dist/ngx-mask/browser
- name: Deploy demo
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/ngx-mask/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/versions
- develop

plugins:
- '@semantic-release/commit-analyzer'
Expand Down

0 comments on commit 7226709

Please sign in to comment.