Skip to content

Commit 828e3cb

Browse files
committed
update rc tags
1 parent eb973bc commit 828e3cb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
workflow_dispatch:
44
push:
55
tags:
6-
- v*.*.*
7-
- v*.*.*-rc
8-
- "!v*.*.*-**"
6+
- v*.*.* # Match v1.2.3
7+
- v*.*.*-rc # Match v1.2.3-rc
8+
- "!v*.*.*-*[^rc]" # Exclude tags that end with something other than 'rc'
99
env:
1010
PROVIDER: "runpod"
1111
# THIS GITHUB_TOKEN IS A REQUIREMENT TO BE ABLE TO WRITE TO GH RELEASES

provider/constants.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package provider
2+
3+
const URL = "https://api.runpod.io/graphql?api_key="

0 commit comments

Comments
 (0)