Skip to content

Commit

Permalink
testing beta [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmortensen committed Aug 16, 2022
1 parent 2e48753 commit 1893f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploys
on:
push:
branches:
- test-deploy
- test-beta-deploy

jobs:
deploy:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1893f72

Please sign in to comment.