Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo10 committed Nov 18, 2023
1 parent fa8bd2e commit 52c3e87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@ jobs:
run: yarn run lint-ci
- name: Typescript
run: yarn run tsc
- name: Build project
run: yarn build
- name: Bundle builded data
run: zip release.zip -r ./target/*
- name: Create Release
id: create_release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Hydrogen-web fork for SFOS"
files: release.zip
48 changes: 0 additions & 48 deletions .github/workflows/docker-publish.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/sdk-release.js.yml

This file was deleted.

0 comments on commit 52c3e87

Please sign in to comment.