Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Remove "Released on" from Loyalsoldier/v2ray-rules-dat
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnshall authored Aug 14, 2022
1 parent d24ee57 commit b42e876
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ func release(source string, destination string, output string) error {
if err != nil {
return err
}
setActionOutput("tag", *sourceRelease.Name)
// Remove "Released on" from Loyalsoldier/v2ray-rules-dat
tagName := *sourceRelease.Name
setActionOutput("tag", tagName[12:])
return nil
}

Expand Down

0 comments on commit b42e876

Please sign in to comment.