Created
July 1, 2020 22:11
-
-
Save shivanshs9/7153f283e3741569393836419566e164 to your computer and use it in GitHub Desktop.
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: Keep the versions up-to-date | |
on: | |
release: | |
types: [published, edited] | |
jobs: | |
actions-tagger: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Actions-R-Us/actions-tagger@v2 | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
with: | |
publish_latest_tag: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment