Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LynX39 committed May 13, 2022
1 parent 077ba44 commit 446add5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "v*"

jobs:
build-component:
create-bundle:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
run: mkdir ./artifacts

# Build
- name: Build Vesta
- name: Build Bundle
run: npm run build

- name: Move artifact to folder
Expand All @@ -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 }}

0 comments on commit 446add5

Please sign in to comment.