Skip to content

Commit

Permalink
chore: CI pipeline release
Browse files Browse the repository at this point in the history
* fix: add debugger directly into vscode configuration for easier launch
  • Loading branch information
elribonazo authored Dec 15, 2023
1 parent dae9959 commit 4af36f4
Show file tree
Hide file tree
Showing 4 changed files with 3,567 additions and 4,962 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
BRANCH: master # The branch name where you want to push the assets
FOLDER: docs # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "feat(docs): ({sha}) {msg}" # The commit message
MESSAGE: "feat(docs): ({sha}) {msg} [skip ci]" # The commit message
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Release
run: |
npx semantic-release
npm run semantic-release -e semantic-release-monorepo
Loading

0 comments on commit 4af36f4

Please sign in to comment.