Skip to content

Commit

Permalink
Merge pull request #262 from geniusyield/fix-semantic-version-in-the-…
Browse files Browse the repository at this point in the history
…release-workflow

Update release.yml
  • Loading branch information
sourabhxyz authored Dec 18, 2023
2 parents 55cc8cc + 758f359 commit 887633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ATLAS_VERSION: ${{needs.build.outputs.ATLAS_VERSION}}
run: |
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
SEMANTIC_VERSION=v${ATLAS_VERSION/#atlas-}
SEMANTIC_VERSION=v${ATLAS_VERSION/#atlas-cardano-}
TAGS=$(git describe --tags)
GIT_REVISION=$(git rev-parse HEAD)
CI_BUILD_TIME=$(date --iso-8601=seconds --utc)
Expand Down

0 comments on commit 887633f

Please sign in to comment.