Skip to content

Commit bc47642

Browse files
committed
0.0.30
Signed-off-by: Paul-Elliot <[email protected]>
1 parent 4ebcaea commit bc47642

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/build.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
# branches: [ master ]
66
pull_request:
77
branches: [ master ]
88

@@ -36,6 +36,10 @@ jobs:
3636
- name: Fetch tags
3737
run: git fetch --tags --force origin
3838

39+
- name: Debug
40+
run: |
41+
echo "GitHub Ref: ${{ github.ref }}"
42+
3943
- name: Set up QEMU
4044
id: qemu
4145
uses: docker/setup-qemu-action@v1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slipshow",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "This is not another slide engine, but a slip engine.",
55
"main": "./dist/slipshow.js",
66
"browser": "./dist/slipshow.cdn.min.js",

0 commit comments

Comments
 (0)