Use config_release.go from actions secrets var

This commit is contained in:
2024-07-26 07:39:53 +02:00
parent fe7dcd9333
commit c322d01d29
2 changed files with 8 additions and 2 deletions

View File

@ -35,4 +35,6 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: make release
- run: make ci
env:
CONFIG_RELEASE_GO_FILE: ${{ secrets.CONFIG_RELEASE_GO_FILE }}