diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 678ec26..467f044 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,13 @@ 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 @@ -22,7 +28,7 @@ jobs: 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 @@ -34,4 +40,4 @@ jobs: tag_name: v${{ env.RELEASE_VERSION }} generate_release_notes: true files: | - dist/*.tar.gz \ No newline at end of file + ${{ github.workspace }}/bb-component-SuperTableColumn/dist/*.tar.gz \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 72063bb..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "bb_super_components_shared"] - path = bb_super_components_shared - url = https://github.com/poirazis/bb_super_components_shared diff --git a/bb_super_components_shared b/bb_super_components_shared deleted file mode 160000 index 76ba713..0000000 --- a/bb_super_components_shared +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 76ba7132b086943264bbbada1c421e627ba8eb41 diff --git a/bun.lockb b/bun.lockb index 9d4eb16..6e2e9a5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 4144092..0125a0a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/Component.svelte b/src/Component.svelte index 2b273b7..c9a5c4b 100644 --- a/src/Component.svelte +++ b/src/Component.svelte @@ -1,6 +1,6 @@