Skip to content

Commit 43406ba

Browse files
author
EspressoTrip-v2
committed
workflow
1 parent 07c3e46 commit 43406ba

1 file changed

Lines changed: 7 additions & 22 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,24 @@
11
name: Release
2+
3+
24
on:
35
push:
46
branches: [master]
5-
workflow_dispatch: # For dev publishing
7+
workflow_dispatch:
68

79
concurrency: ${{ github.workflow }}-${{ github.ref }}
810
permissions:
911
id-token: write # Required for OIDC / trusted publishing
1012
contents: write # Required for changesets pushing commits
1113
pull-requests: write # Required for changesets creating PRs
1214

13-
env:
14-
SECRETS: ${{ toJSON(secrets) }}
15-
GITHUB_TOKEN: ${{ secrets.SHARED_GH_TOKEN }}
16-
1715
jobs:
18-
release:
19-
name: Publish Packages
16+
realeas:
17+
name: Release
2018
runs-on: ubuntu-latest
2119
steps:
22-
- uses: actions/checkout@v4
23-
with:
24-
ref: ${{github.event.pull_request.head.sha}}
25-
fetch-depth: 0
26-
27-
- uses: actions/checkout@v4
28-
with:
29-
repository: journeyapps-platform/ci-actions
30-
token: ${{ secrets.SHARED_GH_TOKEN }}
31-
path: .github/ci
32-
ref: v1
20+
- name: Checkout Repo
21+
uses: actions/checkout@v5
3322

3423
- name: Enable Corepack
3524
run: corepack enable
@@ -51,10 +40,6 @@ jobs:
5140
run: pnpm install
5241

5342

54-
- name: Has changesets
55-
uses: bluwy/detect-changesets-action@v1
56-
id: detect
57-
5843
- name: Build
5944
run: pnpm build
6045

0 commit comments

Comments
 (0)