We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca41540 commit fd0e754Copy full SHA for fd0e754
.github/workflows/publish-package.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Publish package
18
run: mvn --batch-mode deploy -Dmaven.test.skip=true
19
env:
20
- GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.bigboxer23</groupId>
6
<artifactId>econetapi-java</artifactId>
7
- <version>1.0.3</version>
+ <version>1.0.4</version>
8
9
<name>econet-java</name>
10
<url>https://github.com/bigboxer23/econetapi-java</url>
0 commit comments