Skip to content

Commit 271ec38

Browse files
committed
remove old release action
1 parent bc4ceae commit 271ec38

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build_and_release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@ jobs:
6666
with:
6767
files: dist/**/*
6868

69-
- name: Create Release
70-
id: create_release
71-
uses: ncipollo/release-action@v1
72-
with:
73-
artifacts: "dist/${{ steps.getfile.outputs.filename }}"
74-
omitBody: true
75-
tag: ${{ steps.getfile.outputs.filename }}
76-
name: v${{ steps.getfile.outputs.version }}
77-
allowUpdates: true
78-
makeLatest: true
79-
8069
- name: Check if variables are set
8170
id: check
8271
run: |

0 commit comments

Comments
 (0)