Skip to content

Commit

Permalink
Added web3 account server
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 25, 2024
1 parent 1ceccc1 commit 614bd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build_nigthly.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@ jobs:
prefix: ${{ github.event.inputs.prefix || 'pre-rel-v' }}

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ steps.version.outputs.version-full }}
tag_name: ${{ steps.version.outputs.version-full }}
body: "Release ${{ steps.version.outputs.version-full }}"
prerelease: ${{ steps.version.outputs.prerelease }}

frontend:
name: Build frontend
Expand Down

0 comments on commit 614bd95

Please sign in to comment.