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

Commit

Permalink
Fix moving tag on release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 24, 2022
1 parent ba54de2 commit 2a92a9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
name: Move tags
runs-on: ubuntu-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:
Expand Down

0 comments on commit 2a92a9f

Please sign in to comment.