Skip to content

Merge pull request #642 from smartlyio/renovate/ubuntu-24.x #6

Merge pull request #642 from smartlyio/renovate/ubuntu-24.x

Merge pull request #642 from smartlyio/renovate/ubuntu-24.x #6

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@v4
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 }}"