mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: adding version to the title of the pr
This commit is contained in:
parent
b17536ecb8
commit
9f7561a1b1
1 changed files with 3 additions and 5 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -23,11 +23,9 @@ jobs:
|
|||
with:
|
||||
node-version: 18.x
|
||||
cache: "pnpm"
|
||||
- name: Get package version
|
||||
id: package-version
|
||||
run: |
|
||||
VERSION=$(node -p "require('./package.json').version")
|
||||
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
||||
- name: Get current version
|
||||
id: get-version
|
||||
run: echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm build
|
||||
- name: Create Release Pull Request or Publish
|
||||
|
|
|
|||
Loading…
Reference in a new issue