Skip to content

fix initial jump (#108) #22

fix initial jump (#108)

fix initial jump (#108) #22

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