Skip to content

Bump yard-apptweak-template to 2.0.1.beta.4 #10

Bump yard-apptweak-template to 2.0.1.beta.4

Bump yard-apptweak-template to 2.0.1.beta.4 #10

Workflow file for this run

name: Publish gem from pushed tags
on:
push:
tags:
# any tag names starting with 'v'
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Gems release
uses: apptweak/publish-gem-to-github@v2.4
with:
token: ${{ secrets.GITHUB_TOKEN }}