Skip to content

Commit

Permalink
Fix GitHub release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Aug 16, 2024
1 parent 9388b3b commit 0b02372
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,11 @@ jobs:
merge-multiple: true

- name: Create GitHub release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
files: dist/*
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Release notes for ${{ github.ref }}
draft: false
prerelease: false

- name: Upload release asset
id: upload-release-asset
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: dist/*

0 comments on commit 0b02372

Please sign in to comment.