Skip to content

Commit

Permalink
Merge pull request #208 from osmosis-labs/trinity/reset-push-tags
Browse files Browse the repository at this point in the history
fix: release tags
trinitys7 authored Nov 12, 2024
2 parents f7b7d02 + 2c9a766 commit 66023c8
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[alias]
schema = "run schema"
wasm = "build --release --lib --target wasm32-unknown-unknown"
wasm-debug = "build --lib --target wasm32-unknown-unknown"
schema = "run schema"
wasm-debug = "build --lib --target wasm32-unknown-unknown"
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@

on:
push:
tags:
- '*'

name: Release artifacts

@@ -24,7 +26,7 @@ jobs:
override: true

- name: Build schemas
run: ./devtools/build_schemas.sh
run: ./scripts/build_schemas.sh

# This must go after the other cargo commands, as it writes lots of stuff to
# target/ with root permissions (from docker)

0 comments on commit 66023c8

Please sign in to comment.