Skip to content

Merge pull request #18 from javsanmar5/landing-page #1

Merge pull request #18 from javsanmar5/landing-page

Merge pull request #18 from javsanmar5/landing-page #1

Workflow file for this run

name: Releases
on:
push:
tags:
- "v*.*.*"
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2