Skip to content

Commit 5080947

Browse files
RambokDevcharlesgauthereau
andauthored
fix: workflow
* fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
1 parent 282ffb5 commit 5080947

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/auto-release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
token: ${{ steps.app-token.outputs.token }}
27-
ref: ${{ github.base_ref }}
27+
#ref: ${{ github.base_ref }}
28+
ref: main
2829

2930
- uses: pnpm/action-setup@v4
3031

@@ -35,17 +36,13 @@ jobs:
3536

3637
- run: pnpm install --frozen-lockfile
3738

38-
39-
40-
41-
4239
- run: git config --global user.name 'github-actions[bot]'
4340
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4441

4542
- name: Run release-it
4643
id: release_step
47-
run: |
48-
git pull origin main
49-
pnpm exec release-it --ci --dry-run
44+
# run: |
45+
# git pull origin main
46+
run: pnpm exec release-it --ci
5047
env:
5148
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)