diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1079dcc..160178b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,8 +17,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node.js for Semantic Release + uses: actions/setup-node@v4 with: - fetch-depth: 0 + node-version: "lts/*" + - name: Create Release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: npx semantic-release --branches main - name: Set up Go uses: actions/setup-go@v5 with: