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:
@@ -6,10 +6,6 @@ on:
|
||||
- '*'
|
||||
- '*/*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
code-checks:
|
||||
name: Code Checks
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user