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 57631c8 commit 39ed692Copy full SHA for 39ed692
.github/workflows/prerelease.yml
@@ -19,16 +19,16 @@ jobs:
19
id: sha
20
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
21
22
+ - name: Build
23
+ run: bun run build
24
+
25
- name: Set version
26
run: |
27
git config --global user.email "github-actions[bot]@users.noreply.github.com"
28
git config --global user.name "github-actions[bot]"
29
npm version 0.0.0-nightly.${{ steps.sha.outputs.sha_short }}
30
git push --tags
31
- - name: Build
- run: bun run build
-
32
- name: Zip
33
run: cd dist/build && zip -r ../extension.zip *
34
0 commit comments