Skip to content

ci: remove branches trigger #5

ci: remove branches trigger

ci: remove branches trigger #5

Workflow file for this run

name: Release idea-reaction-token
on:
push:
tag:
- 'v*.*.*'
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish the Docker package
uses: ./.github/actions/publish
with:
tag: ${{ steps.release.outputs.tag }}
sha: ${{ steps.release.outputs.sha }}