Skip to content

chore(meta): ✅ Google Search Verification #12

chore(meta): ✅ Google Search Verification

chore(meta): ✅ Google Search Verification #12

Workflow file for this run

name: Publish Release
on:
push:
branches:
- master
- main
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
# ...
- name: ${{ github.event.head_commit.message }}
run: |
echo "done!"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
automatic_release_tag: "latest"
title: ${{ github.event.head_commit.message }}