diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 1cf61a7..3e6953a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -34,12 +34,12 @@ jobs: cp build_z7/romeo-obsw romeo-obsw_v1234 date > description echo 1234 >> description - echo ${{ GITHUB_SHA }} >> description + echo ${{ env.GITHUB_SHA }} >> description - name: Create Release uses: https://gitea.com/actions/gitea-release-action@v1 with: body_path: description tag_name: v1.2.5 - target_commitish: ${{ GITHUB_SHA }} + target_commitish: ${{ env.GITHUB_SHA }} files: |- romeo-obsw_v1234