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 d6cc4e0 commit 0e256fdCopy full SHA for 0e256fd
.github/workflows/cli-publish.yml
@@ -218,7 +218,11 @@ jobs:
218
uses: actions/download-artifact@v4
219
with:
220
name: cli-packaged
221
- path: cli/dist
+ path: cli/dist
222
+ - name: Configure Git
223
+ run: |
224
+ git config user.name "github-actions[bot]"
225
+ git config user.email "github-actions[bot]@users.noreply.github.com"
226
- name: Create and Push Git Tag
227
run: |
228
version=${{ needs.check-version.outputs.version }}
0 commit comments