Skip to content

Commit

Permalink
fix(workflow): move PACKAGE_DIR to global env
Browse files Browse the repository at this point in the history
Moved PACKAGE_DIR environment variable from job-specific to global
environment to ensure consistent usage across all jobs in the release
workflow.
  • Loading branch information
ryoppippi committed Aug 29, 2024
1 parent c6c421a commit 64c9d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: release
env:
NODE_VERSION: lts/*
BUN_VERSION: latest
PACKAGE_DIR: ${{github.workspace}}/packages/unplugin-typia

on:
push:
Expand All @@ -15,8 +16,6 @@ permissions:

jobs:
jsr:
env:
PACKAGE_DIR: ${{github.workspace}}/packages/unplugin-typia
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
Expand Down

0 comments on commit 64c9d02

Please sign in to comment.