Skip to content

Commit 2f2d388

Browse files
committed
restore gha
1 parent 793369b commit 2f2d388

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/settings.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<settings xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
3+
xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
4+
<servers>
5+
<server>
6+
<id>ossrh</id>
7+
<username>${OSSRH_USERNAME}</username>
8+
<password>${OSSRH_PASSWORD}</password>
9+
</server>
10+
</servers>
11+
</settings>

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
on:
4-
# push:
4+
push:
55

66
jobs:
77
test:

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CD
22

33
on:
4-
# push:
4+
push:
55
# TODO: testing
66
# tags:
77
# - 'v*.*.*'

0 commit comments

Comments
 (0)