We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361f08f commit 23020d2Copy full SHA for 23020d2
.github/workflows/prepare_release.yaml
@@ -41,3 +41,5 @@ jobs:
41
Once merged, the new version will be published to npm.
42
base: main
43
branch: release/v${{ steps.bump-version.outputs.NEW_VERSION }}
44
+ author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
45
+ committer: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
.github/workflows/publish.yaml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
17
- uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
- uses: actions/setup-node@v4
21
with:
22
node-version-file: package.json
0 commit comments