From a5d1f2964b7f68bbc1763f0a65f3da33b16d280f Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 5 Apr 2021 17:17:29 +0200 Subject: [PATCH] small fixes workflow --- .github/workflows/release.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7e0ac78c..1a1eb34b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,6 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '12.x' - - uses: actions/cache@v2 id: yarn-cache with: @@ -70,10 +66,6 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '12.x' - - uses: actions/cache@v2 id: yarn-cache with: @@ -106,14 +98,6 @@ jobs: with: path: packages/lucide-react/package.json - - name: Commit package.json - run: | - git add packages/lucide-react/package.json - git -c user.name="Lucide Bot" -c user.email="lucide-bot@users.noreply.github.com" \ - commit -m ":package: Bump version lucide-react to ${{ needs.pre-build.outputs.VERSION }}" --no-verify --quiet - git remote set-url --push origin https://lucide-bot:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git - git push origin HEAD:master - lucide-vue: if: github.repository == 'lucide-icons/lucide' runs-on: ubuntu-latest @@ -164,11 +148,10 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 - - name: Commit package.jsons run: | git add packages/*/package.json git -c user.name="Lucide Bot" -c user.email="lucide-bot@users.noreply.github.com" \ - commit -m ":package: Bump version lucide to ${{ needs.pre-build.outputs.VERSION }}" --no-verify --quiet + commit -m ":package: Bump lucide package versions to ${{ needs.pre-build.outputs.VERSION }}" --no-verify --quiet git remote set-url --push origin https://lucide-bot:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git git push origin HEAD:master