Skip to content

Commit

Permalink
outcomment extract version
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 8, 2024
1 parent d3e0537 commit 934b04f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-database-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
submodules: true

# - name: Extract version tag from Cargo.toml manifest
# id: meta
# run: |
# VERSION=$(yq .package.version concordium-node/Cargo.toml)
# echo "VERSION=${VERSION}" >> $GITHUB_ENV


- name: Precheck - Validate Version and Check S3 for existing files
run: |
OUTFILE="s3://distribution.concordium.software/tools/linux/database-exporter_${{ env.VERSION }}.deb"
Expand Down

0 comments on commit 934b04f

Please sign in to comment.