Skip to content

Commit

Permalink
ci: Use new artifactory credentials (#10)
Browse files Browse the repository at this point in the history
* ci: Use new artifactory credentials

Signed-off-by: Usman Saleem <[email protected]>

* prerelease project version 0.1.5

Signed-off-by: Usman Saleem <[email protected]>

---------

Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem authored Mar 22, 2024
1 parent 4c085f8 commit 9d51336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Publish to JFrog Artifactory
run: ./gradlew artifactoryPublish
env:
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
ARTIFACTORY_KEY: ${{ secrets.BESU_ARTIFACTORY }}
ARTIFACTORY_USER: ${{ secrets.BESU_ARTIFACTORY_USER }}
ARTIFACTORY_KEY: ${{ secrets.BESU_ARTIFACTORY_TOKEN }}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.4
version=0.1.5

org.gradle.welcome=never

Expand Down

0 comments on commit 9d51336

Please sign in to comment.