Skip to content

Commit

Permalink
0.0.30
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <peada@free.fr>
  • Loading branch information
panglesd committed Jan 9, 2024
1 parent 4ebcaea commit bc47642
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ master ]
# branches: [ master ]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc47642

Please sign in to comment.