Skip to content

pcit-plugins/pcit-github-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCIT plugin -- GitHub Release

steps:
  deploy:
    image: pcit/github-release
    if:
      status: success
      event: tag
    with:
      token: ${GITHUB_TOKEN}
      # repo: pcit-ce/pcit
      files:
      - file_name
      # overwrite: true
      # draft: true
      # prerelease: true
      # target_commitish: refs/tags/nightly
      # note: note
      # title: title