Skip to content

Commit

Permalink
chore: Add workflow to keep major tags up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Oct 31, 2023
1 parent b01c276 commit 66628a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release new version
on:
release:
types: [released]
permissions:
contents: write
jobs:
update-major-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
source-tag: ${{ github.event.release.tag_name }}

0 comments on commit 66628a8

Please sign in to comment.