We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aab70d commit a66364eCopy full SHA for a66364e
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
bun run build
41
mkdir ${{ env.PLUGIN_NAME }}
42
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
43
- zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}-${{ github.ref }}
+ zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}
44
ls
45
46
- name: Release
@@ -53,7 +53,7 @@ jobs:
53
prerelease: ${{ steps.status.outputs.prerelease }}
54
token: ${{ secrets.GITHUB_TOKEN }}
55
files: |
56
- ${{ env.PLUGIN_NAME }}-${{ github.ref }}.zip
+ ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}.zip
57
main.js
58
manifest.json
59
styles.css
0 commit comments