Compare commits
8 Commits
i2p-mac-2.
...
d09c5c011d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d09c5c011d | ||
![]() |
f15d8d7d4f | ||
![]() |
207cea61a1 | ||
![]() |
905b50c68e | ||
![]() |
5e88259056 | ||
![]() |
c4c2a40a5c | ||
![]() |
45d3e62157 | ||
![]() |
18da568153 |
2
.github/workflows/sync.yaml
vendored
2
.github/workflows/sync.yaml
vendored
@@ -62,5 +62,5 @@ name: Sync Primary Repository to GitHub Mirror
|
||||
"on":
|
||||
push: {}
|
||||
schedule:
|
||||
- cron: 0 * * * *
|
||||
- cron: 0 0 * * *
|
||||
workflow_dispatch: {}
|
||||
|
4
build.sh
4
build.sh
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
git describe --tags `git rev-list --tags --max-count=1` || exit 1
|
||||
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z- | cut -d 3 -f 1,2,3)
|
||||
|
||||
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed -E -e 's/-[0-9]+$//' | sed 's|i2p||g' | tr -d a-z-)
|
||||
echo "tag is: $GITHUB_TAG"
|
||||
if echo "$GITHUB_TAG" | grep -q '.\..\..'; then
|
||||
PUBLISH_VERSION="$GITHUB_TAG"
|
||||
else
|
||||
|
Reference in New Issue
Block a user