Skip to content

Images can now be viewed. There's a BIG crash when non-image files ar… #12

Images can now be viewed. There's a BIG crash when non-image files ar…

Images can now be viewed. There's a BIG crash when non-image files ar… #12

name: Create Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: butlerlogic/action-autotag@1.1.2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: regex
root: ./Cargo.toml
regex_pattern: "version = \\x22([0-9\\.]{3,}([-\\+][\\w\\.0-9]+)?)\\x22"
tag_prefix: "v"