Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Apr 17, 2024
1 parent 06e1161 commit 4335a6a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,20 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
ref: master
- name: Bump version and push tag
uses: phips28/gh-action-bump-version@master
env:
GITHUB_TOKEN: ${{ secrets.FUEL_BOT_PAT }}
with:
target-branch: 'master'

update-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Generate changelog and push
uses: BobAnkh/[email protected]
with:
Expand Down

0 comments on commit 4335a6a

Please sign in to comment.