Skip to content

Commit

Permalink
feat: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soring323 committed Jan 24, 2024
1 parent 236b287 commit c20de95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.inputs.release_tag }}
- name: Create .release-env file
run: |
echo "GITHUB_TOKEN=${{ secrets.GHCR_TOKEN }}" > .release-env
echo "COSMWASM_VERSION=v0.40.1" >> .release-env
shell: bash
- name: Make release
run: |
sudo rm -rf dist
Expand Down
2 changes: 2 additions & 0 deletions .release-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GITHUB_TOKEN=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
COSMWASM_VERSION=v0.40.1

0 comments on commit c20de95

Please sign in to comment.