Skip to content

Update from https://github.com/affixapi/api/commit/a122ddeb6b9ba8efec… #1

Update from https://github.com/affixapi/api/commit/a122ddeb6b9ba8efec…

Update from https://github.com/affixapi/api/commit/a122ddeb6b9ba8efec… #1

Workflow file for this run

name: release
on:
push:
branches:
- master
defaults:
run:
shell: bash
permissions:
contents: write
issues: write
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: cycjimmy/[email protected]
with:
semantic_version: 18
extra_plugins: |
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}