Skip to content

Commit

Permalink
Revert "Test this CI"
Browse files Browse the repository at this point in the history
This reverts commit 0cb2cae.
  • Loading branch information
guibescos committed Jan 24, 2024
1 parent dbcd6f4 commit ee096f5
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions .github/workflows/release-pyth-cosmwasm-contract.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release Pyth Cosmwasm Contract

on: pull_request
on:
push:
tags:
- pyth-cosmwasm-contract-v*
jobs:
release-contract:
name: Build and Release cosmwasm contract
Expand Down Expand Up @@ -33,19 +36,19 @@ jobs:
PREFIX="refs/tags/pyth-cosmwasm-contract-"
echo "VERSION=${GITHUB_REF:${#PREFIX}}" >> $GITHUB_ENV
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# files: |
# target_chains/cosmwasm/tools/cosmwasm.zip
# target_chains/cosmwasm/tools/injective.zip
# target_chains/cosmwasm/tools/osmosis.zip
# body: |
# Contracts
# - cosmwasm.zip contains the generic cosmwasm contract for most Cosmos SDK chains.
# - injective.zip contains injective specific contract.
# - osmosis.zip contains osmosis specific contract.
# draft: false
# # Setting VERSION in set env step and hence it will be available
# name: Pyth Cosmwasm Contract ${{ env.VERSION }}
# tag_name: ${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
target_chains/cosmwasm/tools/cosmwasm.zip
target_chains/cosmwasm/tools/injective.zip
target_chains/cosmwasm/tools/osmosis.zip
body: |
Contracts
- cosmwasm.zip contains the generic cosmwasm contract for most Cosmos SDK chains.
- injective.zip contains injective specific contract.
- osmosis.zip contains osmosis specific contract.
draft: false
# Setting VERSION in set env step and hence it will be available
name: Pyth Cosmwasm Contract ${{ env.VERSION }}
tag_name: ${{ github.ref_name }}

0 comments on commit ee096f5

Please sign in to comment.