Skip to content

Commit

Permalink
update to token
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 16, 2024
1 parent 88d848b commit 005a4d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
distribution: 'corretto'
- name: Publish package
env:
JRELEASER_NEXUS2_USERNAME: ${{ secrets.JRELEASER_NEXUS2_USERNAME }}
JRELEASER_NEXUS2_PASSWORD: ${{ secrets.JRELEASER_NEXUS2_PASSWORD }}
JRELEASER_NEXUS2_USERNAME: ${{ secrets.TOKEN_JRELEASER_NEXUS2_USERNAME }}
JRELEASER_NEXUS2_TOKEN: ${{ secrets.TOKEN_JRELEASER_NEXUS2_TOKEN }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -Prelease deploy jreleaser:deploy -DaltDeploymentRepository=local::file:./target/staging-deploy
run: ./mvnw -Prelease deploy jreleaser:deploy -DaltDeploymentRepository=local::file:./target/staging-deploy
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ maven:
<dependency>
<groupId>ch.digitalfondue.jfiveparse</groupId>
<artifactId>jfiveparse</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
</dependency>
```

gradle:

```
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.0.3'
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.1.0'
```

## Use:
Expand Down

0 comments on commit 005a4d0

Please sign in to comment.