Skip to content

Commit 382bc63

Browse files
committed
chore: fix release workflows
1 parent 5e14c21 commit 382bc63

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/main.yml

-12
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- "*"
7-
- "!pages" # https://github.community/t/github-actions-on-push-not-master/16026/2
85
pull_request:
96

107
env:
@@ -69,15 +66,6 @@ jobs:
6966
# working-directory: web/
7067
# run: yarn test # no effective test so far
7168

72-
create-release:
73-
runs-on: ubuntu-latest
74-
steps:
75-
- name: Checkout
76-
uses: actions/checkout@v2
77-
- name: Release
78-
uses: softprops/action-gh-release@v1
79-
if: startsWith(github.ref, 'refs/tags/')
80-
8169
# adapted from: https://github.com/Gowee/cidr-aggregator/blob/9c02241ab64e5cf62e33375e55e09502385bdc61/.github/workflows/main.yml#L1
8270
# which is in turn adapted from:
8371
# https://github.com/Gowee/json2pyi/blob/4e13b4767f97d79e90ecf19a0cb21b1e799d7d48/.github/workflows/main.yml

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
archive: zip
2121
steps:
2222
- uses: actions/checkout@master
23-
- name: Create release
24-
uses: softprops/action-gh-release@v1
2523
- name: Compile and release
2624
uses: rust-build/rust-build.action@latest
2725
env:

0 commit comments

Comments
 (0)