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