Skip to content

Bump golang.org/x/net from 0.10.0 to 0.17.0 in /lib/go/test #36

Bump golang.org/x/net from 0.10.0 to 0.17.0 in /lib/go/test

Bump golang.org/x/net from 0.10.0 to 0.17.0 in /lib/go/test #36

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 }}