Skip to content

Commit 84e28eb

Browse files
committed
Run publish manually
1 parent 1a2d140 commit 84e28eb

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/build-or-publish.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Build / Publish Workflow
22

33
on:
4-
push:
5-
branches:
6-
- 'master'
7-
- 'release/*'
8-
paths-ignore:
9-
- '.github/**'
4+
workflow_dispatch:
105

116
permissions:
127
id-token: write
@@ -41,28 +36,10 @@ jobs:
4136
echo "No bump commit detected."
4237
fi
4338
44-
build-only:
45-
name: Build (no publish)
46-
runs-on: ubuntu-latest
47-
needs: detect-bump
48-
if: needs.detect-bump.outputs.is_bump != 'true'
49-
steps:
50-
- name: Checkout
51-
uses: actions/checkout@v4
52-
with:
53-
fetch-depth: 0
54-
55-
- name: Build and Test
56-
uses: ./.github/action/build
57-
58-
- name: Done
59-
run: echo "Regular commit detected — build and test completed."
60-
6139
create-release-branch-and-publish:
6240
name: Create release branch (CalVer) and Publish
6341
runs-on: ubuntu-latest
6442
needs: detect-bump
65-
if: needs.detect-bump.outputs.is_bump == 'true' && github.ref == 'refs/heads/master'
6643
permissions:
6744
id-token: write
6845
contents: write

0 commit comments

Comments
 (0)