Skip to content

Commit

Permalink
Fix some stale release configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed May 30, 2024
1 parent 13c6eb7 commit 41c2260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
base: main
add-paths: Version.txt
reviewers: mbudiu-vmw
reviewers: fruffy, jafingerhut, jnfoster
commit-message: ${{ steps.message.outputs.content }}
signoff: false
branch: v${{ env.VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.TAG }}
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 41c2260

Please sign in to comment.