Skip to content

Commit

Permalink
Create release
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 authored Apr 10, 2024
1 parent 5007497 commit fe89640
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'release'
on:
push:
tags:
- 'v*'

jobs:
create-tag:
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'
steps:
- name: 'release'
run: |
echo "done" >> $GITHUB_STEP_SUMMARY

0 comments on commit fe89640

Please sign in to comment.