mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-08-30 17:26:14 -05:00
17 lines
300 B
YAML
17 lines
300 B
YAML
name: Update tags
|
|
|
|
on:
|
|
release:
|
|
types: [published, edited]
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
actions-tagger:
|
|
runs-on: windows-2022
|
|
steps:
|
|
- uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # v2.0.3
|
|
with:
|
|
publish_latest_tag: true
|