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 d359f47 commit 169f647Copy full SHA for 169f647
.github/workflows/tag-release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: softprops/action-gh-release@v2
21
with:
22
- token: "${{ secrets.PAT }}"
+ token: "${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}"
23
prerelease: false
24
files: |
25
LICENSE.txt
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.bigboxer23</groupId>
6
<artifactId>EcoNetAPI-java</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.1</version>
8
9
<name>econet-java</name>
10
<url>https://github.com/bigboxer23/econetapi-java</url>
0 commit comments