Skip to content

Commit d9f1360

Browse files
authored
chore: remove release with comment (#3380)
1 parent 85e7482 commit d9f1360

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -16,54 +16,11 @@ on:
1616
description: 'Release Branch (confirm release branch)'
1717
required: true
1818
default: 'main'
19-
issue_comment:
20-
types: [created]
2119

2220
permissions:
2321
id-token: write
2422

2523
jobs:
26-
issue_comment:
27-
name: Release with comment
28-
if: github.event.issue.pull_request && contains(github.event.comment.body, '!canary')
29-
runs-on: ubuntu-latest
30-
31-
steps:
32-
- name: Checkout Repo
33-
uses: actions/checkout@v3
34-
with:
35-
fetch-depth: 1
36-
ref: refs/pull/${{ github.event.issue.number }}/head
37-
38-
- name: Install Pnpm
39-
run: corepack enable
40-
41-
- name: Setup Node.js 18
42-
uses: actions/setup-node@v3
43-
with:
44-
node-version: '18'
45-
cache: 'pnpm'
46-
47-
- name: Install deps
48-
run: pnpm install
49-
50-
- name: Build Packages
51-
run: pnpm run build:pkg
52-
53-
- name: Release
54-
uses: module-federation/actions@v2
55-
with:
56-
version: 'next'
57-
type: 'release'
58-
branch: ''
59-
tools: 'changeset'
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
62-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
63-
REPOSITORY: ${{ github.repository }}
64-
PULL_REQUEST_NUMBER: ${{ github.event.issue.number }}
65-
COMMENT: ${{ toJson(github.event.comment) }}
66-
6724
release:
6825
name: Release
6926
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}

0 commit comments

Comments
 (0)