Skip to content

build(deps): bump actions/checkout from 3 to 4 #43

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #43

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
- next-major
- beta
- alpha
- "*.x"
pull_request:
permissions:
actions: write
contents: write
issues: write
pull-requests: write
defaults:
run:
shell: bash
jobs:
release:
runs-on: ubuntu-latest
name: Build & Publish
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
registry-url: "https://npm.pkg.github.com"
scope: "@songtradr"
node-version: 16
- name: Publish
uses: ./
with:
pre_release: false
add_config: false