Skip to content

Release a new version #32

Release a new version

Release a new version #32

Workflow file for this run

name: Release a new version
on:
workflow_dispatch:
push:
tags:
- "v*"
updated:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: "gh-commit"
- uses: ghcli/gh-extension-precompile@main
with:
release_repository: ghcli/gh-commit
release_token: ${{ steps.app-token.outputs.token }}
release_title_prefix: gh-commit