File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
5050 - name : Read version and get date
5151 run : |
5252 cat ./appname
53- cat ./appversion
53+ cat ./version
5454 echo "APPNAME=$(cat ./appname)" >> "${GITHUB_ENV}"
55- echo "APPVERSION =$(cat ./appversion )" >> "${GITHUB_ENV}"
55+ echo "VERSION =$(cat ./version )" >> "${GITHUB_ENV}"
5656 echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
5757 - name : Release Artifacts
58585959 with :
60- name : " ${{ env.APPNAME }}: ${{ env.APPVERSION }}"
61- tag_name : " ${{ env.APPVERSION }}@${{ env.DATE }}"
60+ name : " ${{ env.APPNAME }}: ${{ env.VERSION }}"
61+ tag_name : " ${{ env.VERSION }}@${{ env.DATE }}"
6262 prerelease : false
6363 draft : false
6464 generate_release_notes : false
6969 - uses : actions/checkout@v4
7070 - name : Update LATEST_VERSION
7171 run : |
72- echo "${{ env.APPVERSION }}" > ./LATEST_VERSION
72+ echo "${{ env.VERSION }}" > ./LATEST_VERSION
7373 git config user.name "github-actions[bot]"
7474 git config user.email "github-actions[bot]@users.noreply.github.com"
7575 git add ./LATEST_VERSION
You can’t perform that action at this time.
0 commit comments