Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SangminLee committed Aug 13, 2022
1 parent 3d594ac commit c8a920f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/20.pre-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "pre-release"

on:
pull_request:
branches:
- "main"
workflow_dispatch:

jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"

steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "pre-release"
prerelease: true
title: "Pre-Stage Build"

0 comments on commit c8a920f

Please sign in to comment.