We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0aba3 commit 5e3fa31Copy full SHA for 5e3fa31
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
id: create_release
60
uses: softprops/action-gh-release@v1
61
with:
62
- tag_name: v0.1.0-beta.3
+ tag_name: ${{ github.ref_name }}
63
files: |
64
extension.zip
65
service.zip
.github/workflows/sync-forks.yml
@@ -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