Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
fix: tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasolerr committed May 28, 2024
1 parent 53c79e4 commit 59c6102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ category-template: '## $TITLE'
header: ''
footer: ''
template: '{{#if nextVersion}}Release {{nextVersion}}{{/if}}'

6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

with:
tag_name: ${{ steps.generate-release-notes.outputs.version }}
release_name: ${{ steps.generate-release-notes.outputs.version }}
tag_name: ${{ steps.release_notes.outputs.version }}
release_name: ${{ steps.release_notes.outputs.version }}
draft: false
prerelease: false

Expand All @@ -59,3 +58,4 @@ jobs:
asset_path: ./build/ALBPL
asset_name: projet-monopoly-ing1
asset_content_type: application/octet-stream

0 comments on commit 59c6102

Please sign in to comment.