Skip to content

Commit

Permalink
feat: test BREAKING CHANGES: blah blah
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Sep 13, 2022
1 parent d1b3547 commit 593a2d5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
brew install makensis
fi
${{ matrix.command_name }}
ls
cd ./dist
echo "Inside dist ---->"
ls
# for file in *; do mv "${file}" "${file/-${{ steps.get-sha.outputs.SHA_SHORT }}/}"; done
- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
48 changes: 24 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,30 +137,30 @@ jobs:
# REPO_NAME: ${{ github.repository }}
# REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
# BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
# platform-executables-release:
# runs-on: ubuntu-latest
# needs: [ release ]
# env:
# REPO_NAME: ${{ github.repository }}
# REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
# strategy:
# matrix:
# executable_workflow: ['debian-executable-release.yml', 'macos-executable-release.yml', 'rpmbuild.yml', 'windows-executable-release.yml', 'apt-release.yml']
# steps:
# - name: Checkout cli repo
# uses: actions/checkout@v2
# - run: |
# git pull
# make install
# - name: Extract branch name
# id: extract_branch
# run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
# - name: Invoke platform executable workflow
# if: ${{needs.release.outputs.tag-name != ''}}
# run: node .github/scripts/trigger-workflow.js
# env:
# WORKFLOW_NAME: ${{ matrix.executable_workflow }}
# BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
platform-executables-release:
runs-on: ubuntu-latest
needs: [ release ]
env:
REPO_NAME: ${{ github.repository }}
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
strategy:
matrix:
executable_workflow: ['debian-executable-release.yml', 'macos-executable-release.yml', 'rpmbuild.yml', 'windows-executable-release.yml', 'apt-release.yml']
steps:
- name: Checkout cli repo
uses: actions/checkout@v2
- run: |
git pull
make install
- name: Extract branch name
id: extract_branch
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
- name: Invoke platform executable workflow
if: ${{needs.release.outputs.tag-name != ''}}
run: node .github/scripts/trigger-workflow.js
env:
WORKFLOW_NAME: ${{ matrix.executable_workflow }}
BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}

# notify-complete-fail:
# if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit 593a2d5

Please sign in to comment.