Skip to content

Commit

Permalink
Token name (#19)
Browse files Browse the repository at this point in the history
* chore: continuing to try and get published

* chore: continuing to try and get published
  • Loading branch information
bigboxer23 authored Oct 14, 2024
1 parent ca41540 commit fd0e754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Publish package
run: mvn --batch-mode deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.bigboxer23</groupId>
<artifactId>econetapi-java</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>

<name>econet-java</name>
<url>https://github.com/bigboxer23/econetapi-java</url>
Expand Down

0 comments on commit fd0e754

Please sign in to comment.