Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brombal committed Jan 15, 2024
1 parent 058d530 commit af2f30c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Build, test and publish

on:
push:
branches:
branches:
- '*/v*'

jobs:
Expand All @@ -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
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/publish-core.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/publish-mysql.yml

This file was deleted.

0 comments on commit af2f30c

Please sign in to comment.