Skip to content

Commit

Permalink
[CI] Move "Move Tag V2" to Relase.yml and delete Move Tag v1
Browse files Browse the repository at this point in the history
The Move Tag v1 is not needed anymore in the main branch, will
only be released from the VERSION_1 branch
  • Loading branch information
Tomas Norre Mikkelsen committed Jan 21, 2021
1 parent 6dec34b commit aa88649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 44 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/MoveTagV1.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/MoveTagV2.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
prerelease: false
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}

- name: Move v2 Tag
uses: richardsimko/update-tag@v1
env:
GITHUB_TOKEN: "${{ secrets.TOMASNORRE_BOT_TOKEN }}"
with:
tag_name: v2

0 comments on commit aa88649

Please sign in to comment.