Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored and github-actions[bot] committed Sep 30, 2023
1 parent e7d9b39 commit 6454df5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,10 @@ jobs:
github_token: ${{ github.token }}
custom_tag: ${{steps.version.outputs.version}}
- name: release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
id: create_release
with:
fail_on_unmatched_files: true
name: v${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}
body_path: CHANGELOG.md
files: |
packages/core/glint-core-v${{ steps.version.outputs.version }}.tgz
env:
GITHUB_TOKEN: ${{ github.token }}
tag: v${{ steps.version.outputs.version }}
bodyFile: CHANGELOG.md
artifacts: packages/core/glint-core-v${{ steps.version.outputs.version }}.tgz

0 comments on commit 6454df5

Please sign in to comment.