Skip to content

feat(pair xASTRO): add virtual pair backed by ASTRO staking contract … #58

feat(pair xASTRO): add virtual pair backed by ASTRO staking contract …

feat(pair xASTRO): add virtual pair backed by ASTRO staking contract … #58

name: Release Artifacts
on:
push:
tags:
- "v*.*.*"
jobs:
release-artifacts:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Build Artifacts
run: |
$GITHUB_WORKSPACE/scripts/build_release.sh
tar -zcvf cosmwasm-artifacts.tar.gz artifacts
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: cosmwasm-artifacts.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}