From 3f9f260cf91c8db9e23c360a846d6996cce4fbc4 Mon Sep 17 00:00:00 2001 From: Cliff Casey Date: Tue, 16 Jul 2024 13:27:35 -0400 Subject: [PATCH] testing release --- .github/workflows/build.yml | 49 +++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dd5a7ac..e4070fe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,30 +58,31 @@ jobs: name: datasim-bundle-artifact-${{ github.sha }} path: datasim-bundle.zip - deploy: - runs-on: ubuntu-latest - - if: ${{ github.ref_type == 'tag' }} - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Setup CD environment - uses: yetanalytics/action-setup-env@v1 - - - name: Extract version - id: version - run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT - - - name: Build and deploy to Clojars - uses: yetanalytics/action-deploy-clojars@v1 - with: - artifact-id: 'datasim' - version: ${{ steps.version.outputs.version }} - resource-dirs: '[]' - clojars-username: ${{ secrets.CLOJARS_USERNAME }} - clojars-deploy-token: ${{ secrets.CLOJARS_PASSWORD }} +# Temporarily commenting deploy to test release +# deploy: +# runs-on: ubuntu-latest +# +# if: ${{ github.ref_type == 'tag' }} +# +# steps: +# - name: Checkout repository +# uses: actions/checkout@v3 +# +# - name: Setup CD environment +# uses: yetanalytics/action-setup-env@v1 +# +# - name: Extract version +# id: version +# run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT +# +# - name: Build and deploy to Clojars +# uses: yetanalytics/action-deploy-clojars@v1 +# with: +# artifact-id: 'datasim' +# version: ${{ steps.version.outputs.version }} +# resource-dirs: '[]' +# clojars-username: ${{ secrets.CLOJARS_USERNAME }} +# clojars-deploy-token: ${{ secrets.CLOJARS_PASSWORD }} release: runs-on: ubuntu-latest