diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8dfb529..03db467 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,11 +25,11 @@ jobs: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV echo "Extracted Tag Version: ${GITHUB_REF#refs/tags/v}" - # 3. Install Deno + # 3. Install Deno v2 - name: Install Deno uses: denoland/setup-deno@v1 with: - deno-version: v1.x # Use the latest stable version of Deno + deno-version: v2.x # Use the latest stable Deno v2 # 4. Inject Version into `dnt.config.mts` - name: Update Version in dnt.config.mts