From 446add5982054679b1803a6ee0fb7e0922ff1acf Mon Sep 17 00:00:00 2001 From: Michael Musso Date: Fri, 13 May 2022 18:38:10 +0200 Subject: [PATCH] Release v1.0.0 --- .github/workflows/create-bundle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-bundle.yml b/.github/workflows/create-bundle.yml index d83d14b..d10ac7d 100644 --- a/.github/workflows/create-bundle.yml +++ b/.github/workflows/create-bundle.yml @@ -11,7 +11,7 @@ on: - "v*" jobs: - build-component: + create-bundle: runs-on: ubuntu-latest steps: - name: Checkout @@ -32,7 +32,7 @@ jobs: run: mkdir ./artifacts # Build - - name: Build Vesta + - name: Build Bundle run: npm run build - name: Move artifact to folder @@ -41,7 +41,7 @@ jobs: # Create release - uses: ncipollo/release-action@v1 with: - artifacts: "./artifacts/logo-3d--${{ env.TAG }}.js" + artifacts: "./artifacts/logo-3d-${{ env.TAG }}.js" token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true name: vesta ${{ env.TAG }}