Skip to content

Commit

Permalink
switch to ncipollo/release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 5, 2024
1 parent acdc3f5 commit e814e95
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
run: |
echo "current directory"
pwd
echo "list of files"
ls
# uses: actions/create-release@v1
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e814e95

Please sign in to comment.