Skip to content

Commit

Permalink
Fixes for Fernando
Browse files Browse the repository at this point in the history
Signed-off-by: Katelyn Nienaber <katelyn.nienaber@broadcom.com>
  • Loading branch information
katelynienaber committed Aug 26, 2021
1 parent 62d81c6 commit 7719c3f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,6 @@ jobs:
run: echo "::set-output name=version_bumped::true"
id: check_project

# Each individual action should git-add the desired files
- name: Update Project Files with new Version
if: steps.check_project.outputs.version_bumped
run: |
git status
git commit -m "Version Bumped to ${{ fromJson(steps.get_version.outputs.top_package).version }}" --signoff
- name: Push changes
if: steps.check_project.outputs.version_bumped
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true
branch: ${{ github.ref }}

- name: Create the Release
if: steps.check_project.outputs.version_bumped
id: create_release
Expand Down

0 comments on commit 7719c3f

Please sign in to comment.