Update random_content.txt with random content (iteration 4) #5
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
name: Action Versioning | |
on: | |
push: | |
branches: | |
- main | |
- releases/** # If you need to maintain an old major or minor version, branch it to (e.g.) releases/v1 | |
jobs: | |
versioning: | |
name: "Release" | |
permissions: | |
contents: write | |
uses: ProdigySim/action-versioning-workflow/.github/workflows/action_versioning.yml@v1 |