We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793369b commit 2f2d388Copy full SHA for 2f2d388
.github/settings.xml
@@ -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
@@ -1,7 +1,7 @@
name: CI
on:
- # push:
+ push:
jobs:
test:
.github/workflows/tag.yml
name: CD
# TODO: testing
# tags:
# - 'v*.*.*'
0 commit comments