Skip to content

Commit 0fe4ea3

Browse files
committed
Changed GitHub action to maintained one
1 parent ada862f commit 0fe4ea3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,8 @@ jobs:
4545
- name: Clear build files
4646
run: rm -rf ./build
4747
- name: Create release
48-
uses: actions/create-release@latest
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
uses: ncipollo/release-action@v1
5149
with:
52-
release_name: Release ${{ github.ref }}
53-
tag_name: ${{ github.ref }}
5450
body: |
5551
"See CHANGELOG.md for this version's changes."
56-
draft: false
57-
prerelease: false
58-
52+

0 commit comments

Comments
 (0)