ci(create-release): bump version before running build script (#9)

This commit is contained in:
ANTOND.
2025-05-04 20:03:35 +02:00
committed by GitHub
parent 8039539158
commit 2d2575963d

View File

@@ -34,19 +34,6 @@ jobs:
token: ${{ steps.app_token.outputs.token }}
- name: Install package dependencies
run: bun install --frozen-lockfile
working-directory: package
- name: Install web dependencies
run: bun install --frozen-lockfile
working-directory: web
- name: Run web build script
run: bun run build
working-directory: web
- name: Bump package version
run: bun run .github/actions/bump-package-version.js
env:
@@ -66,6 +53,19 @@ jobs:
message: 'chore: bump version to ${{ github.ref_name }}'
- name: Install package dependencies
run: bun install --frozen-lockfile
working-directory: package
- name: Install web dependencies
run: bun install --frozen-lockfile
working-directory: web
- name: Run web build script
run: bun run build
working-directory: web
- name: Bundle files
run: |
mkdir -p ./temp/ox_lib/web