diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index c8ad4c2..e6ea3a1 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -9,7 +9,7 @@ name: Build, test and publish on: push: - branches: + branches: - '*/v*' jobs: @@ -22,7 +22,7 @@ jobs: run: | echo "package_name=${{ github.ref_name }}" >> $GITHUB_STATE # echo out value for debugging - cat ${{ github.state.package_name }} + echo $STATE_package_name - name: Install Dependencies run: npm ci diff --git a/.github/workflows/publish-core.yml b/.github/workflows/publish-core.yml deleted file mode 100644 index 53d7343..0000000 --- a/.github/workflows/publish-core.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Publish Core - -on: - push: - branches: ['core/v*'] - -jobs: - publish: - uses: brombal/sqltags/.github/workflows/build-test-publish.yml@core/v0.0.12 - secrets: inherit - with: - package: core \ No newline at end of file diff --git a/.github/workflows/publish-mysql.yml b/.github/workflows/publish-mysql.yml deleted file mode 100644 index c889bb9..0000000 --- a/.github/workflows/publish-mysql.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Publish MySQL - -on: - push: - tags: ['mysql-v*'] - -jobs: - publish: - uses: brombal/sqltags/.github/workflows/build-test-publish.yml@workflow-test - secrets: inherit - with: - package: drivers/mysql \ No newline at end of file