Skip to content

Commit

Permalink
Update web-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss authored Nov 26, 2024
1 parent 8d5056e commit 7712c45
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/web-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,6 @@ jobs:
run: ls -t capa-explorer-web-v*.zip | tail -n +4 | xargs -r rm --
working-directory: web/explorer/releases

- name: Create Pull Request
run: |
# create a new branch
git config --local user.email "capa-dev@mandiant.com"
git config --local user.name "Capa Bot"
BRANCH_NAME="release/web-v${{ github.event.inputs.version }}"
git checkout -b $BRANCH_NAME
# add and commit changes
git add -f web/explorer/releases/${{ env.RELEASE_NAME }}.zip web/explorer/releases/CHANGELOG.md
git add -u web/explorer/releases/
#git commit -m ":robot: explorer web: add release ${{ env.RELEASE_NAME }}"
# push the branch
#git push origin $BRANCH_NAME
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 7712c45

Please sign in to comment.