Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Mar 28, 2023
1 parent b5fb419 commit 847a0cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
$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.GH_TOKEN }}
env:
GITHUB_REPOSITORY: astroport-fi/astro-generator-proxy-contracts
uses: softprops/action-gh-release@v1
with:
files: cosmwasm-artifacts.tar.gz
token: ${{ secrets.GH_TOKEN }}
env:
GITHUB_REPOSITORY: astroport-fi/astro-generator-proxy-contracts

0 comments on commit 847a0cb

Please sign in to comment.