Skip to content

Bump github.com/libp2p/go-libp2p from 0.28.1 to 0.28.2 in /lib/go/test #26

Bump github.com/libp2p/go-libp2p from 0.28.1 to 0.28.2 in /lib/go/test

Bump github.com/libp2p/go-libp2p from 0.28.1 to 0.28.2 in /lib/go/test #26

Workflow file for this run

name: "🚀 release"
on:
push:
branches:
- master
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: 🚀 release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/checkout@v2.4.2
- name: 🟢 node
uses: actions/setup-node@v3.2.0
with:
node-version: 15
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: npm i
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}