We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d688070 commit 3f10185Copy full SHA for 3f10185
.github/workflows/docker.yaml
@@ -12,7 +12,7 @@ env:
12
DOCKER_USER: ${{ secrets.DOCKER_IO_USER }}
13
IS_RELEASE: ${{
14
startsWith( github.ref, 'refs/tags/pythd-' ) ||
15
- startsWith( github.ref, 'refs/tags/oracle-' ) ||
+ startsWith( github.ref, 'refs/tags/oracle-' ) }}
16
IS_ORACLE_RELEASE: ${{
17
startsWith( github.ref, 'refs/tags/oracle-' ) }}
18
program/rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyth-oracle"
3
-version = "2.20.0"
+version = "2.21.0"
4
edition = "2021"
5
license = "Apache 2.0"
6
publish = false
0 commit comments