Skip to content

Commit

Permalink
ci(dist): update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Dec 6, 2024
1 parent 3d61e83 commit 10d9bd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
contents: write

jobs:
check-dist:
release:
runs-on: ubuntu-latest

steps:
Expand All @@ -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 .
Expand Down

0 comments on commit 10d9bd6

Please sign in to comment.