File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,11 @@ jobs:
196196 # Set the latest version as an environment variable
197197 echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
198198
199- # TODO: from dry-run mode to release one
200- # - name: Release (on maintenance)
201- # env:
202- # GITHUB_TOKEN: ${{ github.token }}
203- # ROOT_PROJECT_DIR: ${{ github.workspace }}
204- # REVISION: ${{ github.sha }}
205- # SOURCE_DATE_EPOCH: ${{ env.GIT_COMMIT_TIMESTAMP }} # Reproducible build: https://reproducible-builds.org/docs/source-date-epoch/
206- # working-directory: .github/semantic-release/
207- # run: ./release.sh "$LATEST_VERSION"
199+ - name : Release (on maintenance)
200+ env :
201+ GITHUB_TOKEN : ${{ github.token }}
202+ ROOT_PROJECT_DIR : ${{ github.workspace }}
203+ REVISION : ${{ github.sha }}
204+ SOURCE_DATE_EPOCH : ${{ env.GIT_COMMIT_TIMESTAMP }} # Reproducible build: https://reproducible-builds.org/docs/source-date-epoch/
205+ working-directory : .github/semantic-release/
206+ run : ./release.sh "$LATEST_VERSION"
You can’t perform that action at this time.
0 commit comments