Skip to content

Commit 943e6b6

Browse files
committed
fix: update fetch_dependencies script for GitHub Actions
1 parent 4e269ba commit 943e6b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
tags:
66
- 'v*.*.*' # Triggers on version tags like v1.0.0, v1.2.3, etc.
77

8+
permissions:
9+
contents: write
10+
packages: write
11+
pull-requests: read
12+
813
jobs:
914
release:
1015
runs-on: ubuntu-latest

scripts/fetch_dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -e
44
echo "Fetching TinyRequest dependencies with exact versions..."
55

66
# Create externals directory if it doesn't exist
7-
# Check if we're in scripts directory and go to project root
87
if [ "$(basename "$PWD")" = "scripts" ]; then
98
cd ..
109
fi

0 commit comments

Comments
 (0)