Skip to content

fix: Add --repo option in order to correctly detect repository to add… #2

fix: Add --repo option in order to correctly detect repository to add…

fix: Add --repo option in order to correctly detect repository to add… #2

Workflow file for this run

---
name: publish-release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*"
jobs:
publish-release:
uses: bendwyer/github-workflows/.github/workflows/github-action-publish-release.yml@main
with:
gh_app_id: ${{ vars.GH_APP_ID }}
secrets:
gh_app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}