Skip to content

Commit ea6e931

Browse files
fix(.github): enable release workflows
1 parent 59fe64b commit ea6e931

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

.github/workflows/release-commit.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
name: Release commit
2-
# Temporarily disabled - uncomment to re-enable
32
on:
4-
# release:
5-
# types: [published]
6-
# Dummy trigger to prevent workflow from running,
7-
# To re-enable the workflow, simply uncomment the release trigger section and remove the workflow_dispatch section
8-
workflow_dispatch:
9-
inputs:
10-
dummy:
11-
description: 'Dummy input to prevent automatic triggering'
12-
required: false
13-
default: 'disabled'
3+
release:
4+
types: [published]
145

156
env:
167
PR_BRANCH_NAME: release-${{ github.event.release.tag_name }}

.github/workflows/release-publish.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
name: Release publish NPM / container image
2-
# Temporarily disabled - uncomment to re-enable
32
on:
4-
# push:
5-
# branches:
6-
# - release
7-
# Dummy trigger to prevent workflow from running
8-
# To re-enable the workflow, simply uncomment the push trigger section and remove the workflow_dispatch section
9-
workflow_dispatch:
10-
inputs:
11-
dummy:
12-
description: 'Dummy input to prevent automatic triggering'
13-
required: false
14-
default: 'disabled'
3+
push:
4+
branches:
5+
- release
156

167
jobs:
178
final-check-before-release:

0 commit comments

Comments
 (0)