Skip to content

Update actions/setup-node action to v6 (#666) #23

Update actions/setup-node action to v6 (#666)

Update actions/setup-node action to v6 (#666) #23

Workflow file for this run

name: Build and release the action
on:
push:
branches: [master]
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
release:
runs-on: ubuntu-24.04
name: Build and release action
needs: [build]
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: true
- name: Configure git
uses: smartlyio/github-actions@git-init-userinfo-v1
- name: Release flow
uses: smartlyio/github-actions@release-action-node-v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"