Skip to content

Merge branch 'main' of github.com:storacha/gateway-lib #87

Merge branch 'main' of github.com:storacha/gateway-lib

Merge branch 'main' of github.com:storacha/gateway-lib #87

Workflow file for this run

on:
push:
branches:
- main
name: Release
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: "@web3-storage/gateway-api"
- uses: actions/checkout@v3
- uses: ./.github/actions/test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}