This commit is contained in:
@@ -25,10 +25,9 @@ jobs:
|
|||||||
run: bun run build
|
run: bun run build
|
||||||
|
|
||||||
- name: Get version from package.json
|
- name: Get version from package.json
|
||||||
id: pkg
|
|
||||||
run: |
|
run: |
|
||||||
version=$(bun run -c 'console.log(require("./package.json").version)')
|
VERSION=$(node -p "require('./package.json').version")
|
||||||
echo "version=$version" >> $GITHUB_OUTPUT
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Create git tag
|
- name: Create git tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user