This website requires JavaScript.
Explore
Help
Sign In
clusterfuck
/
crabidy
Watch
4
Star
1
Fork
You've already forked crabidy
0
Code
Issues
15
Pull Requests
Actions
Packages
Projects
1
Releases
5
Wiki
Activity
5d1a62c630
crabidy
/
.gitea
/
scripts
/
check-tag
7 lines
109 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
"
$(
echo
$GITHUB_REF
|
cut -d
'/'
-f2
)
"
!
=
"tags"
]
;
then
echo
"Not a tag"
exit
1
;
fi
Reference in New Issue
View Git Blame
Copy Permalink