Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
ci: add tagbot
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjohnson145 committed Feb 11, 2023
1 parent beb8bb1 commit b7c4b1c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Tag

on:
push:
branches:
- main
tags-ignore:
- '**'

jobs:
build-tag:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: TagBot
uses: nicjohnson145/tagbot@latest
id: tagbot
env:
AUTH_TOKEN: ${{ secrets.ACTUAL_PAT }}

0 comments on commit b7c4b1c

Please sign in to comment.