Skip to content

Commit

Permalink
Fix artifactory env in publish workflow (#8)
Browse files Browse the repository at this point in the history
* build - fix build workflow
* build - update pre-release version to 0.1.4

---------

Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem authored Mar 19, 2024
1 parent da5f079 commit f584e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ 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 }}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.3
version=0.1.4

org.gradle.welcome=never

Expand All @@ -15,4 +15,4 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED

org.gradle.parallel=true
org.gradle.parallel=true

0 comments on commit f584e45

Please sign in to comment.