Skip to content

Commit

Permalink
fix: ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
minzords authored Oct 16, 2024
1 parent ba8b736 commit ff2cacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
with:
files: /home/runner/work/gdprcompliance/splitdropdown-${{ github.ref_name }}.tgz
files: /home/runner/work/splitdropdown/splitdropdown-${{ github.ref_name }}.tgz
body: "New release is available"
name: ${{ github.ref_name }}
draft: true
Expand Down

0 comments on commit ff2cacd

Please sign in to comment.