From 8411547e1e9838c5bd8d51b57cc449532cfa9632 Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:00:14 +0200 Subject: [PATCH 1/3] fix: update package version --- .github/workflows/npm-publish.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index be1b463..438e109 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,14 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ + - run: git config --global user.name "GitHub CD bot" + - run: git config --global user.email "github-cd-bot@example.com" - run: npx semantic-release env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} - GH_TOKEN: ${{ secrets.GH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # push the version changes to GitHub + - run: git add package.json && git commit -m'update version' && git push + env: + # The secret is passed automatically. Nothing to configure. + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file From ad60020f6d65183aac28b6d61d02f2963eb950d1 Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:33:57 +0200 Subject: [PATCH 2/3] fix: update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 059643e..13c4fa5 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ ##### Introduction -Testrail CodeceptJS Integration. The test run is created automatically after the execution. The screenshots of failed tests are also attached to test results. +Testrail CodeceptJS Integration. The test run is created automatically after the test execution. The screenshots of failed tests are also attached to test results. ![Attachemnt for failed case](http://g.recordit.co/ajaa2QRlnW.gif) From e3c724b9cddaaab22690d2ae600b40238aa245ef Mon Sep 17 00:00:00 2001 From: GitHub CD bot Date: Tue, 1 Oct 2024 04:34:24 +0000 Subject: [PATCH 3/3] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf75c01..5c1951a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeceptjs-testrail", - "version": "1.8.20", + "version": "1.10.20", "description": "CodeceptJS plugin for TestRail", "main": "index.js", "repository": {