Skip to content

Commit

Permalink
action-automatic-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed May 6, 2024
1 parent 785effb commit 119ee2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Build

on:
workflow_dispatch:
push:
branches: [master, main]

permissions: write-all

defaults:
run:
Expand Down Expand Up @@ -59,3 +63,11 @@ jobs:
with:
path: clients/apps/browser/dist/
name: dist

- uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1 # Last commit before archived
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
title: "Latest Workflow Output"
files: |
clients/apps/browser/dist/*

0 comments on commit 119ee2a

Please sign in to comment.