Skip to content

Commit

Permalink
Merge pull request #8 from sciencefidelity/ci/test-8
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencefidelity authored Aug 21, 2023
2 parents 9e9ab4f + 288333b commit df7ad47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
name: Hello Everyone
name: Hello
defaults:
run:
shell: bash
Expand All @@ -38,7 +38,7 @@ jobs:
- name: test 2
run: |
echo ${{ (github.event.pull_request.merged == true && github.ref_name == 'main') && 'production' || 'staging' }}
echo ${{ (github.event.pull_request.merged == true && github.ref_name == 'main') && '' || '--tag beta' }}
echo ${{ (github.event.pull_request.merged == true && github.ref_name == 'main') && 'yarn package' || 'yarn package --tag beta' }}
- name: test 3
run: |
Expand Down

0 comments on commit df7ad47

Please sign in to comment.