Skip to content

Bump simple-get from 3.0.3 to 3.1.1 #6

Bump simple-get from 3.0.3 to 3.1.1

Bump simple-get from 3.0.3 to 3.1.1 #6

Workflow file for this run

name: Publish package to GitHub Packages
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@vanilla-s-lab'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}