Skip to content

Commit 5e3fa31

Browse files
committed
ci: sync fork
1 parent af0aba3 commit 5e3fa31

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: create_release
6060
uses: softprops/action-gh-release@v1
6161
with:
62-
tag_name: v0.1.0-beta.3
62+
tag_name: ${{ github.ref_name }}
6363
files: |
6464
extension.zip
6565
service.zip

.github/workflows/sync-forks.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Sync Forks
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
sync:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: tgymnich/[email protected]
15+
with:
16+
owner: ray-d-song
17+
base: main
18+
head: main

0 commit comments

Comments
 (0)