Skip to content

Merge pull request #54 from oblakstudio/fix/arch-detect #51

Merge pull request #54 from oblakstudio/fix/arch-detect

Merge pull request #54 from oblakstudio/fix/arch-detect #51

Workflow file for this run

name: Release
on:
push:
paths-ignore:
- "**/renovate.json"
- README.md
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/github
@semantic-release/exec
env:
token: ${{ secrets.GITHUB_TOKEN }}