Skip to content

Commit 51e6899

Browse files
committed
remove releases from pipeline for the moment
1 parent 2e0ff22 commit 51e6899

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/main.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,4 @@ jobs:
3333
env:
3434
BUNNY_ALPACA.KEY: ${{secrets.ALPACA_PAPER_KEY}}
3535
BUNNY_ALPACA.SECRET: ${{secrets.ALPACA_PAPER_SECRET}}
36-
run: go test -v ./...
37-
38-
- name: Release
39-
id: create_release
40-
uses: actions/create-release@v1
41-
env:
42-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
43-
with:
44-
tag_name: ${{github.ref}}
45-
release_name: Release ${{github.ref}}
46-
body: |
47-
Changes in this Release
48-
- First Change
49-
- Second Change
50-
draft: false
51-
prerelease: false
36+
run: go test -v ./...

0 commit comments

Comments
 (0)