Archived
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1061bdbcc3
|
||
|
|
86c2fb394b
|
@@ -1,4 +1,4 @@
|
||||
name: Auto release tagged
|
||||
name: Auto release
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
git push origin "${defined_tag}"
|
||||
|
||||
- name: Trigger "Release" workflow
|
||||
uses: actions/github-script@v7.0.1
|
||||
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
|
||||
with:
|
||||
script: |
|
||||
const workflowFileName = 'release.yaml';
|
||||
|
||||
Reference in New Issue
Block a user