Skip to content

Commit 46ca0f4

Browse files
committed
ci: update workflows
1 parent 61b9224 commit 46ca0f4

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/bumpversion.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,18 @@ jobs:
1616
ref: main
1717
fetch-depth: 0
1818
token: "${{ secrets.COMMITIZEN }}"
19-
2019
- name: Create bump and changelog
2120
uses: commitizen-tools/commitizen-action@master
2221
with:
2322
github_token: ${{ secrets.COMMITIZEN }}
2423
changelog_increment_filename: body.md
25-
2624
- name: Merge main -> stable
2725
uses: devmasx/merge-branch@master
2826
with:
2927
type: now
3028
target_branch: stable
3129
message: "bump: version ${{ env.REVISION }}"
3230
github_token: ${{ secrets.COMMITIZEN }}
33-
3431
- name: Release
3532
uses: softprops/action-gh-release@v2
3633
with:

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
cache: true
2121
auth-host: prefix.dev
2222
environments: ${{ matrix.environment }}
23-
2423
- name: Check out
2524
uses: actions/checkout@v4
2625
with:
2726
fetch-depth: 0
2827
token: "${{ secrets.COMMITIZEN }}"
29-
3028
- name: Test
3129
run: pixi run -e ${{ matrix.environment }} publish

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
cache: true
2121
auth-host: prefix.dev
2222
environments: ${{ matrix.environment }}
23-
2423
- name: Check out
2524
uses: actions/checkout@v4
2625
with:
2726
fetch-depth: 0
2827
token: "${{ secrets.COMMITIZEN }}"
29-
3028
- name: Test
3129
run: pixi run -e ${{ matrix.environment }} test

0 commit comments

Comments
 (0)