Skip to content

Commit 3dceba1

Browse files
committed
add: Tag diff action
1 parent 967bea4 commit 3dceba1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/tag-deff.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Tag Diff
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
tag-diff:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: "Git Checkout"
11+
uses: actions/checkout@v2
12+
- name: "Diff tags"
13+
uses: invertase/quickstart-tag-differ@v0.0.2

0 commit comments

Comments
 (0)