Skip to content

Agrega el sponsor Abacum (#200) #9

Agrega el sponsor Abacum (#200)

Agrega el sponsor Abacum (#200) #9

Workflow file for this run

# Automatic release when package.json version changes
name: Release
on:
push:
branches: [main]
paths: [package.json]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: justincy/github-action-npm-release@2.0.2