Skip to content

run image without root, optimize image size, fix comparison bug & gen… #9

run image without root, optimize image size, fix comparison bug & gen…

run image without root, optimize image size, fix comparison bug & gen… #9

Workflow file for this run

name: Bump version
permissions:
contents: write
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: laputansoft/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}