Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Refactor retagging action (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 25, 2022
1 parent c00ea1b commit ad360a4
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
---
# https://github.com/marketplace/actions/actions-tagger
name: release

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

jobs:
move-tags:
name: Move tags
runs-on: ubuntu-latest
actions-tagger:
runs-on: windows-latest
steps:
- name: Check out src from Git
uses: actions/checkout@v3
with:
fetch-depth: 0

# cspell: ignore kellyselden
- uses: kellyselden/move-semver-tags-action@v3
with:
copy-annotations: true
- uses: Actions-R-Us/actions-tagger@latest

0 comments on commit ad360a4

Please sign in to comment.