Skip to content

Commit

Permalink
[CI] Mise à jour de l'action github pour créer une release avec Arccore.
Browse files Browse the repository at this point in the history
L'ancienne action ne fonctionne plus car elle utilisait 'node v12' qui
n'est plus supporté.
  • Loading branch information
grospelliergilles committed Nov 23, 2023
1 parent 9ef469f commit 7eab62b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release-arccore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ env.COMPONENT_NAME_UPPER }} Version ${{ env.FRAMEWORK_TAG_VERSION }}
name: ${{ env.COMPONENT_NAME_UPPER }} Version ${{ env.FRAMEWORK_TAG_VERSION }}
body: |
Release ${{ env.FRAMEWORK_TAG_VERSION }}
draft: false
Expand Down

0 comments on commit 7eab62b

Please sign in to comment.