Skip to content

chore(deps): bump Staffbase/gha-workflows in the dependencies group (… #25

chore(deps): bump Staffbase/gha-workflows in the dependencies group (…

chore(deps): bump Staffbase/gha-workflows in the dependencies group (… #25

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
publish: true
name: ${{ github.ref_name }}
tag: ${{ github.ref_name }}
secrets:
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}