diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c94f539..ea3a40e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master ] +# branches: [ master ] pull_request: branches: [ master ] @@ -36,6 +36,10 @@ jobs: - name: Fetch tags run: git fetch --tags --force origin + - name: Debug + run: | + echo "GitHub Ref: ${{ github.ref }}" + - name: Set up QEMU id: qemu uses: docker/setup-qemu-action@v1 diff --git a/package-lock.json b/package-lock.json index 8a0f963..3b8ebcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slipshow", - "version": "0.0.29", + "version": "0.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slipshow", - "version": "0.0.29", + "version": "0.0.30", "license": "MIT", "dependencies": { "app-root-path": "^3.0.0", diff --git a/package.json b/package.json index be23665..a12f38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slipshow", - "version": "0.0.29", + "version": "0.0.30", "description": "This is not another slide engine, but a slip engine.", "main": "./dist/slipshow.js", "browser": "./dist/slipshow.cdn.min.js",