Skip to content

Commit

Permalink
[CI] : add Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
L1MeN9Yu committed Jul 15, 2021
1 parent e0b4a48 commit df08a8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
tags:
- "*"

jobs:

release:

runs-on: macos-latest

steps:
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit df08a8e

Please sign in to comment.