Skip to content

Merge branch 'v2' of https://github.com/ikechan8370/chatgpt-plugin in… #77

Merge branch 'v2' of https://github.com/ikechan8370/chatgpt-plugin in…

Merge branch 'v2' of https://github.com/ikechan8370/chatgpt-plugin in… #77

Workflow file for this run

---
name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
# ...
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false