Skip to content

Commit

Permalink
Configure the release to create the tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jan 5, 2024
1 parent e0ccb27 commit c4ca025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
draft: false
makeLatest: true
name: ${{ steps.semver.outputs.next }}
token: ${{ github.token }}
name: ${{ steps.semver.outputs.next }}
tag: ${{ steps.semver.outputs.next }}
commit: ${{ github.sha }}
token: ${{ github.token }}

0 comments on commit c4ca025

Please sign in to comment.