Skip to content

Commit e26c5e2

Browse files
authored
Merge pull request #147 from OneLiteFeatherNET/feat/otlp-oidc-patches
fix: ci
2 parents 281301a + d7d9a24 commit e26c5e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
- name: Checkout Sources
122122
uses: actions/checkout@v4
123123

124+
- name: Extract version
125+
run: |
126+
VERSION=$(grep '^version = ' Cargo.toml | sed -E 's/version = "(.*)"/\1/')
127+
echo "VERSION=$VERSION" >> $GITHUB_ENV
128+
124129
- name: Login into repository
125130
uses: docker/login-action@v3
126131
with:

0 commit comments

Comments
 (0)