Skip to content

Commit

Permalink
:'''(
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 16, 2024
1 parent 24f64c1 commit e24ce0e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
release_version: ${{ steps.version.outputs.version }}
config_file: changelog-ci-config.json

- name: Commit and push updated info.xml and changelog.md
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add changelog.md
git commit -m "Update version and summary in info.xml to ${{ steps.version.outputs.version }}"
git push origin ${{ github.head_ref }}
- name: Use the version
run: |
echo ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit e24ce0e

Please sign in to comment.