Skip to content

Commit

Permalink
v 2.0.6-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
poirazis committed Dec 14, 2023
1 parent f216cca commit bb39da5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
path: ${{ github.workspace }}/bb-component-SuperTableColumn
- uses: actions/checkout@v3
name: Checkout Super Components Shared code repository
with:
repository: poirazis/bb_super_components_shared
path: ${{ github.workspace }}/bb_super_components_shared
ref: main
- uses: actions/setup-node@v1
with:
node-version: 18
- name: Make the production plugin bundle
run: |
cd bb_super_components_shared
yarn
cd ..
cd ../bb-component-SuperTable
release_version=$(cat package.json | jq -r '.version')
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
yarn
Expand All @@ -34,4 +40,4 @@ jobs:
tag_name: v${{ env.RELEASE_VERSION }}
generate_release_notes: true
files: |
dist/*.tar.gz
${{ github.workspace }}/bb-component-SuperTableColumn/dist/*.tar.gz
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-component-SuperTableColumn",
"version": "2.0.5-alpha",
"version": "2.0.6-alpha",
"description": "Customizable columns for the SuperTable Component",
"author": "Michael Poirazi",
"license": "MIT",
Expand Down

0 comments on commit bb39da5

Please sign in to comment.