From 1893f729b38f892b2761ceecf5ea11e1b375a29c Mon Sep 17 00:00:00 2001 From: James Mortensen Date: Tue, 16 Aug 2022 11:21:36 +0530 Subject: [PATCH] testing beta [deploy] --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4fea1c0dc..f1ec06077 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploys on: push: branches: - - test-deploy + - test-beta-deploy jobs: deploy: @@ -83,9 +83,9 @@ jobs: uses: ad-m/github-push-action@a3fd843e49cd58d296bdd2431c4853569a1b900f # master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: test-deploy + branch: test-beta-deploy - name: Create release notes (release_notes.md) - run: ./generate_release_notes.sh ${LATEST_TAG} origin/test-deploy ${GRID_VERSION} ${BUILD_DATE} + run: ./generate_release_notes.sh ${LATEST_TAG} origin/test-beta-deploy ${GRID_VERSION} ${BUILD_DATE} - name: Create Release id: create_release uses: actions/create-release@v1