From 10d9bd611eed15921b67a8dbf77641f25431be14 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Fri, 6 Dec 2024 16:15:06 +0100 Subject: [PATCH] ci(dist): update name --- .github/workflows/dist.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 7ef8c93..3d6273b 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -19,7 +19,7 @@ permissions: contents: write jobs: - check-dist: + release: runs-on: ubuntu-latest steps: @@ -35,7 +35,6 @@ jobs: - run: yarn release - run: | - git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" git add .