Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch authored Aug 23, 2024
1 parent 124de1a commit 65d582f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ jobs:
run: bun install
- name: Build project
run: bun run build
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
title: "Development Build ${{ github.sha }}"
title: "Development Build ${{ steps.vars.outputs.sha_short }}"
prerelease: false
automatic_release_tag: latest
files: |
dist/*

0 comments on commit 65d582f

Please sign in to comment.