[SIS-xxx] adding token to github release action

This commit is contained in:
Sheldan
2024-02-19 00:55:43 +01:00
parent 12d564e5cd
commit 17933f9a22

View File

@@ -20,6 +20,8 @@ jobs:
run: echo "version=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec | cut -d- -f1)" >> $GITHUB_ENV
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: Release of version ${{ env.version }}
- name: Release maven packages