We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040b5da commit fe015daCopy full SHA for fe015da
.github/workflows/release.yml
@@ -17,6 +17,12 @@ jobs:
17
- uses: actions/checkout@v3
18
- run: go test ./internal
19
20
+ version-check:
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - uses: actions/checkout@v3
24
+ - run: cat internal/options.go | grep $GITHUB_REF_NAME
25
+
26
goreleaser:
27
runs-on: ubuntu-latest
28
needs: test
0 commit comments