diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe5cf88839eb..7baa85992aa5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Test and build run: npm run build - name: Create tag if necessary - uses: fregante/daily-version-action@v2 + uses: fregante/daily-version-action@v3 - name: Update manifest.json with version ${{ env.DAILY_VERSION}} if: env.DAILY_VERSION_CREATED run: npx dot-json@1 "$DIRECTORY/manifest.json" version "$DAILY_VERSION"