File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+ on :
3+ push :
4+ branches :
5+ - main
6+
7+ jobs :
8+ release :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout
12+ uses : actions/checkout@master
13+ - name : Release
14+ uses : codfish/semantic-release-action@v2.0.0
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ branches:
2+ - name: "main"
3+
4+ plugins:
5+ - "@semantic-release/commit-analyzer"
6+ - "@semantic-release/release-notes-generator"
7+ - "@semantic-release/github"
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ func main() {
6565
6666 fmt.Printf (" Finished with response %v \n " , apiResponse)
6767}
68-
6968```
69+
7070## Call database keeping a constant delay
7171``` go
7272package main
You can’t perform that action at this time.
0 commit comments