Merge pull request #2034 from jlortiz0/patch-1 #306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
tag_release: | |
name: Tag Release | |
secrets: inherit | |
uses: praw-dev/.github/.github/workflows/tag_release.yml@main | |
name: Tag Release | |
on: | |
push: | |
branches: [ master, release_test ] | |
permissions: | |
contents: write |