Skip to content

Commit

Permalink
[minor] Add Autotag
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Mar 21, 2024
1 parent 062f232 commit 66ce2ef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Autotag and Release
on:
push:
branches:
- main

permissions:
contents: write

jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pantheon-systems/action-autotag@v0
with:
gh-token: ${{ github.token }}

0 comments on commit 66ce2ef

Please sign in to comment.