Skip to content

Commit

Permalink
add release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 18, 2024
1 parent 65f83cf commit f35d259
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
release:
name: Build then upload release asset
runs-on: ubuntu-latest

permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,4 +51,7 @@ jobs:
- name: Upload Release Asset
uses: softprops/action-gh-release@v2
with:
files: peerpiper_wallet_aggregate.wasm
files: dist/peerpiper_wallet_aggregate.wasm
tag_name: prerelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f35d259

Please sign in to comment.