Never publish, even if tagged
This commit is contained in:
parent
cf750269e9
commit
6718b5a13f
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@ -88,21 +88,21 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
- name: Combine
|
- name: Combine
|
||||||
if: |
|
# if: |
|
||||||
!startsWith(github.ref, 'refs/tags/v')
|
# !startsWith(github.ref, 'refs/tags/v')
|
||||||
run: ./gradlew publish -Pthirdparty
|
run: ./gradlew publish -Pthirdparty
|
||||||
working-directory: combiner
|
working-directory: combiner
|
||||||
- name: Combine (Release)
|
# - name: Combine (Release)
|
||||||
if: |
|
# if: |
|
||||||
github.repository_owner == 'wpilibsuite' &&
|
# github.repository_owner == 'wpilibsuite' &&
|
||||||
startsWith(github.ref, 'refs/tags/v')
|
# startsWith(github.ref, 'refs/tags/v')
|
||||||
run: |
|
# run: |
|
||||||
./gradlew publish -Pthirdparty
|
# ./gradlew publish -Pthirdparty
|
||||||
working-directory: combiner
|
# working-directory: combiner
|
||||||
env:
|
# env:
|
||||||
RUN_AZURE_ARTIFACTORY_RELEASE: 'TRUE'
|
# RUN_AZURE_ARTIFACTORY_RELEASE: 'TRUE'
|
||||||
ARTIFACTORY_PUBLISH_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
|
# ARTIFACTORY_PUBLISH_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||||
ARTIFACTORY_PUBLISH_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
# ARTIFACTORY_PUBLISH_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Maven
|
name: Maven
|
||||||
|
Loading…
Reference in New Issue
Block a user