Skip to content

Commit a66364e

Browse files
committed
fix release action
1 parent 4aab70d commit a66364e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
bun run build
4141
mkdir ${{ env.PLUGIN_NAME }}
4242
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
43-
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}-${{ github.ref }}
43+
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}
4444
ls
4545
4646
- name: Release
@@ -53,7 +53,7 @@ jobs:
5353
prerelease: ${{ steps.status.outputs.prerelease }}
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
files: |
56-
${{ env.PLUGIN_NAME }}-${{ github.ref }}.zip
56+
${{ env.PLUGIN_NAME }}-${{ github.ref_name }}.zip
5757
main.js
5858
manifest.json
5959
styles.css

0 commit comments

Comments
 (0)