Skip to content

Commit

Permalink
fix(actions): Try to use a simpler approach for changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-oliviert committed Nov 20, 2024
1 parent 73a06d8 commit 3c034de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate new version
id: action
uses: pier-oliviert/actions@d8e6c7a28f9f870282524b6e9a52c8e805402a2e
uses: pier-oliviert/actions@82e3125b67a5ef82458b6687ff71f7ccd0678736
with:
args: /actions/index.ts create version
repo: ${{ github.repository}}
Expand All @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Generate Changelog
uses: pier-oliviert/actions@d8e6c7a28f9f870282524b6e9a52c8e805402a2e
uses: pier-oliviert/actions@82e3125b67a5ef82458b6687ff71f7ccd0678736
id: action
env:
GIT_CLIFF__CHANGELOG__HEADER: ""
Expand All @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4
- name: Deploy Helm package
id: action
uses: pier-oliviert/actions@d8e6c7a28f9f870282524b6e9a52c8e805402a2e
uses: pier-oliviert/actions@82e3125b67a5ef82458b6687ff71f7ccd0678736
with:
args: /actions/index.ts create release
auth_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -95,7 +95,7 @@ jobs:
ref: main
fetch-depth: 0
- name: Deploy Helm package
uses: pier-oliviert/actions@d8e6c7a28f9f870282524b6e9a52c8e805402a2e
uses: pier-oliviert/actions@82e3125b67a5ef82458b6687ff71f7ccd0678736
with:
args: /actions/index.ts create helm
auth_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3c034de

Please sign in to comment.