Skip to content

Commit 648b422

Browse files
authored
ci(release): activate maintenance releases (#107)
1 parent 1a7a711 commit 648b422

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)