Merge pull request #24 from ricardo-campos-org/ci/fix-ci-and-main-workflows

ci: fix ci and main workflows
This commit is contained in:
Ricardo Campos
2024-08-22 15:58:20 -03:00
committed by GitHub
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -6,10 +6,6 @@ on:
- '*'
- '*/*'
concurrency:
group: ${{ github.event.number }}
cancel-in-progress: true
jobs:
code-checks:
name: Code Checks
+4 -4
View File
@@ -14,9 +14,9 @@ jobs:
version: ${{ steps.changelog.outputs.version }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
fetch-depth: 0
#with:
# token: ${{ secrets.PAT }}
# fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v4
with:
@@ -40,7 +40,7 @@ jobs:
with:
author_name: Ci Bot
author_email: cibot@users.noreply.github.com
message: 'doc: updating pom to ${{ steps.changelog.outputs.version }} [ci skip]'
message: 'doc: updating package to ${{ steps.changelog.outputs.version }} [ci skip]'
add: '["packages.json","CHANGELOG.md"]'
- name: Create Release
uses: ncipollo/release-action@v1