Skip to content

Commit fd0e754

Browse files
authored
Token name (#19)
* chore: continuing to try and get published * chore: continuing to try and get published
1 parent ca41540 commit fd0e754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Publish package
1818
run: mvn --batch-mode deploy -Dmaven.test.skip=true
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.bigboxer23</groupId>
66
<artifactId>econetapi-java</artifactId>
7-
<version>1.0.3</version>
7+
<version>1.0.4</version>
88

99
<name>econet-java</name>
1010
<url>https://github.com/bigboxer23/econetapi-java</url>

0 commit comments

Comments
 (0)