Skip to content

Commit

Permalink
Resolved yml errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cidarm committed Dec 4, 2023
1 parent cb7fded commit f58ff5b
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ name: Create Beta Version and Test release

on:
workflow_dispatch:
branches:
- '**'
- '!main'
paths-ignore:
- 'docs/**'
- 'README.md'

#Workflow environment variables
env:
CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain
Expand Down Expand Up @@ -83,13 +78,13 @@ jobs:

# Generage Release notes
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
uses: actions/setup-python@v1
with:
python-version: '3.8'
- name: Install CumulusCI
run: |
python -m pip install -U pip
pip install cumulusci
python -m pip install -U pip
pip install cumulusci
- name: Deploy and Run Tests
run: |
cci flow run gck_release
run:
cci flow run gck_release

0 comments on commit f58ff5b

Please sign in to comment.