Skip to content

chore(): Build and release arm64 image (#26) #3

chore(): Build and release arm64 image (#26)

chore(): Build and release arm64 image (#26) #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '*.md'
- 'LICENSE'
workflow_dispatch:
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}