Skip to content

nothing happened

nothing happened #7

Workflow file for this run

name: Publish Release
on:
push:
tags:
- "*.*"
jobs:
main:
name: Publish Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Publish Release
uses: leomotors/auto-publish-release@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
title: "Golden Frame"