Skip to content

Instantly share code, notes, and snippets.

@favoyang
Last active August 7, 2023 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save favoyang/389c11d89b507fc9ac6f88275658d3e4 to your computer and use it in GitHub Desktop.
Save favoyang/389c11d89b507fc9ac6f88275658d3e4 to your computer and use it in GitHub Desktop.
name: CI
on:
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment