Skip to content

Instantly share code, notes, and snippets.

@shivanshs9
Created July 1, 2020 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivanshs9/7153f283e3741569393836419566e164 to your computer and use it in GitHub Desktop.
Save shivanshs9/7153f283e3741569393836419566e164 to your computer and use it in GitHub Desktop.
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