Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Nov 13, 2021
1 parent 3ca8126 commit 7fdd425
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .github/workflow-details.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"TOC_FOOTER": "*generated with [TOC Generator](https://github.com/technote-space/toc-generator)*"
"TOC_FOOTER": "*generated with [TOC Generator](https://github.com/technote-space/toc-generator)*",
"RELEASE_GA_DELETE_NODE_MODULES": "true"
}
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,18 @@ jobs:
node-version: 14
cache: yarn

- uses: technote-space/load-config-action@v1
with:
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
IGNORE_WARNING: 'true'
- name: Release GitHub Actions
uses: technote-space/release-github-actions@v6
with:
OUTPUT_BUILD_INFO_FILENAME: build.json
TEST_TAG_PREFIX: test/
ORIGINAL_TAG_PREFIX: original/
CLEAN_TEST_TAG: true
DELETE_NODE_MODULES: ${{ env.RELEASE_GA_DELETE_NODE_MODULES }}

package:
name: Publish Package
Expand Down
5 changes: 3 additions & 2 deletions .releasegarc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"inputs": {
"OUTPUT_BUILD_INFO_FILENAME": "build.json",
"TEST_TAG_PREFIX": "test/",
"CLEAN_TEST_TAG": "true"
"CLEAN_TEST_TAG": "true",
"DELETE_NODE_MODULES": "true"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@technote-space/github-action-test-helper": "^0.7.28",
"@technote-space/release-github-actions-cli": "^1.8.7",
"@technote-space/release-github-actions-cli": "^1.8.8",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@
"@actions/core" "^1.6.0"
"@actions/github" "^5.0.0"

"@technote-space/github-action-helper@^5.2.20", "@technote-space/github-action-helper@^5.2.23":
"@technote-space/github-action-helper@^5.2.23":
version "5.2.23"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.2.23.tgz#8ba6000aadc2ac4d48b20feca29d56c230a8df3b"
integrity sha512-IKag7ehM7uvgVTgnv9hacg2KDH2uKXeO7bKJidw84AYimqueo3eZ/styOJLHatCAlezD/Hds59UZK8b/x599Cg==
Expand All @@ -1432,7 +1432,7 @@
shell-escape "^0.2.0"
sprintf-js "^1.1.2"

"@technote-space/github-action-log-helper@^0.1.40", "@technote-space/github-action-log-helper@^0.1.41":
"@technote-space/github-action-log-helper@^0.1.41":
version "0.1.41"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.41.tgz#51897c712bff7d8b0fd1352f85c8a1ec42c7bbe7"
integrity sha512-4fDtL6tPCYtevvw4hCc+VNV01O5zPyPD4chNm6bNxBz5x8VHzo+tv+eEmYpvz9mAOlbwn80oy7JYbFRZBeJDlg==
Expand All @@ -1450,23 +1450,23 @@
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
js-yaml "^4.1.0"

"@technote-space/release-github-actions-cli@^1.8.7":
version "1.8.7"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions-cli/-/release-github-actions-cli-1.8.7.tgz#1a2040e9400ed65bf9d02868d33361ba3d6fb2f2"
integrity sha512-Z6Ohgmj7v7h7HdChd14gEGEloeLZ5yB0PqTcx+dUJZd8lb/tJMq/dKgyt5iByNTIUSHHDIJm1U1FrpwBB+9wRg==
"@technote-space/release-github-actions-cli@^1.8.8":
version "1.8.8"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions-cli/-/release-github-actions-cli-1.8.8.tgz#ce8163fa1cf04875129c72331737d3abf5c664a3"
integrity sha512-D2CSdDc6gnpEQD5eP3F7dhF5nWmkk2FD/YK7Is4Q6nzfzd9xVf1+bh3iEhn2GuGl/MNw3YBPA7feUXbyDvWEhQ==
dependencies:
"@technote-space/github-action-helper" "^5.2.20"
"@technote-space/github-action-log-helper" "^0.1.40"
"@technote-space/release-github-actions" "^7.0.7"
commander "^8.1.0"
"@technote-space/github-action-helper" "^5.2.23"
"@technote-space/github-action-log-helper" "^0.1.41"
"@technote-space/release-github-actions" "^7.1.0"
commander "^8.3.0"
cosmiconfig "^7.0.1"
dotenv "^10.0.0"
js-yaml "^4.1.0"

"@technote-space/release-github-actions@^7.0.7":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-7.0.8.tgz#7eb2585630588735b728b689ed3beb6485f9ae8e"
integrity sha512-8n2BDDNEPg4Tc5DPJNH9lS1aLfPluUNRyEsaA1/w+aBnlTl9ZK5O0WRo81XMFTE17ck31yOdwxlXdNTnUbNyeA==
"@technote-space/release-github-actions@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-7.1.0.tgz#8b79db12253e9112fae19e23d059f15f7162007b"
integrity sha512-j5afUiBgnf7z4+gUGt4FKqfp9uRp0letepwcfWc0bb9mG+d6Df4FMoehlcyec0eEFdqNUCYW0AwdYsgpUSMOCQ==
dependencies:
"@actions/core" "^1.6.0"
"@actions/github" "^5.0.0"
Expand Down Expand Up @@ -2142,7 +2142,7 @@ combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

commander@^8.1.0, commander@^8.2.0:
commander@^8.2.0, commander@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
Expand Down

0 comments on commit 7fdd425

Please sign in to comment.