diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0cebe8..1691758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,6 @@ on: - '*' - '*/*' -concurrency: - group: ${{ github.event.number }} - cancel-in-progress: true - jobs: code-checks: name: Code Checks diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdc127b..f32f20a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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