feat: Add lib publishing workflow

This commit is contained in:
2023-03-22 11:02:17 +03:00
parent bb67216eba
commit 62b789348d
4 changed files with 44 additions and 5 deletions

View File

@@ -58,14 +58,14 @@ jobs:
if: ${{ inputs.IS_TEST_ENABLED }}
run: ./gradlew test
env:
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
- name: Build application with Gradle
run: ./gradlew bootJar
env:
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
- name: Copy docker directory
if: ${{ inputs.IS_COPY_DOCKER_DIRECTORY }}