Skip to content

Merge pull request #600 from shinyichen/SCIX-491-enable-abs-graphics #265

Merge pull request #600 from shinyichen/SCIX-491-enable-abs-graphics

Merge pull request #600 from shinyichen/SCIX-491-enable-abs-graphics #265

Workflow file for this run

name: Bump Version and Release
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}