Skip to content

Feat: align trackScroll with videoPercentage (#91) #18

Feat: align trackScroll with videoPercentage (#91)

Feat: align trackScroll with videoPercentage (#91) #18

Workflow file for this run

name: Bump Package Version
on:
push:
tags:
- '*'
jobs:
update:
name: Bump Package version
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: main
- uses: phips28/gh-action-bump-version@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
skip-tag: true
target-branch: main