feat: Add lib publishing workflow
This commit is contained in:
@@ -62,14 +62,14 @@ jobs:
|
||||
if: ${{ inputs.IS_TEST_ENABLED }}
|
||||
run: ./gradlew test -p ${{ inputs.MODULE_NAME }}
|
||||
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 -p ${{ inputs.MODULE_NAME }}
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user