Skip to content

Commit

Permalink
fix(release ci): wasm binaries auto upload to specific release
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Jul 20, 2023
1 parent aad0243 commit f9f4def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
release-artifacts:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Build Artifacts
Expand All @@ -17,6 +19,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: cosmwasm-artifacts.tar.gz
token: ${{ secrets.GH_TOKEN }}
env:
GITHUB_REPOSITORY: astroport-fi/astroport_ibc
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9f4def

Please sign in to comment.