File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ * export-ignore
Original file line number Diff line number Diff line change 7
7
release :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
+ - name : Checkout Repository
11
+ uses : actions/checkout@v4
12
+ with :
13
+ path : libraries
14
+ persist-credentials : false
15
+
10
16
- name : Download CE Libraries Zip
11
17
uses : robinraju/release-downloader@v1
12
18
with :
32
38
id : diff_check
33
39
run : diff clibs.8xg current/clibs.8xg &> /dev/null || (echo "update=true" >> $GITHUB_OUTPUT ; echo "updating")
34
40
41
+ - name : Update nightly tag date
42
+ run : |
43
+ cd libraries && git checkout master ; git tag -d nightly ; git push origin :refs/tags/nightly ; git tag nightly ; git push --tags
44
+
35
45
- name : Update nightly release
36
- if : ${{ steps.diff_check.outputs.update == 'true' }}
37
46
uses : pyTooling/Actions/releaser@main
38
47
with :
39
48
tag : nightly
You can’t perform that action at this time.
0 commit comments