Skip to content

Commit

Permalink
adding tagger action
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci committed Dec 25, 2023
1 parent d6aa6d0 commit fd91015
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,16 @@
---
# https://github.com/marketplace/actions/actions-tagger
name: release

"on":
release:
types: [published, edited]
workflow_dispatch:

jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: true

0 comments on commit fd91015

Please sign in to comment.