Skip to content

feat: add --location option to follow HTTP redirects #16

feat: add --location option to follow HTTP redirects

feat: add --location option to follow HTTP redirects #16

Workflow file for this run

name: Release
on:
push:
branches:
- main
# - develop
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}