Skip to content

Commit

Permalink
test:echo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed May 15, 2024
1 parent e78dd62 commit e23b5db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
- name: Set env
run: |
PARACHAIN_DOCKER_TAG=$(echo ${{ env.RELEASE_TAG }} | cut -d'-' -f1 | sed 's/p/v/')
WORKER_DOCKER_TAG=$(echo ${{ env.RELEASE_TAG }} | cut -d'-' -f1 | sed 's/p/v/')
echo "PARACHAIN_DOCKER_TAG-------: $PARACHAIN_DOCKER_TAG"
echo "WORKER_DOCKER_TAG-------: $WORKER_DOCKER_TAG"
echo "PARACHAIN_DOCKER_TAG=$PARACHAIN_DOCKER_TAG" >> $GITHUB_ENV
- name: Build docker image
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-ts-api-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# extracting parachain version and worker version from release tag
echo "PARACHAIN_TAG=$(echo ${{inputs.release-tag}} | sed 's/p/v/;s/-.*//')" >> $GITHUB_ENV
echo "WORKER_TAG=$(echo ${{inputs.release-tag}} | sed 's/.*w/v/;s/-.*//')" >> $GITHUB_ENV
echo "PARACHAIN_DOCKER_TAG-----: $PARACHAIN_DOCKER_TAG"
echo "WORKER_DOCKER_TAG-------: $WORKER_DOCKER_TAG"
- name: Pull litentry image optionally
run: |
Expand Down

0 comments on commit e23b5db

Please sign in to comment.