Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Sep 20, 2024
1 parent ebb4266 commit 6dad852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Check version
run: |
echo $BUILD_VERSION
cat package.json
- name: Download release artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -108,6 +113,7 @@ jobs:
echo "BUILD_DATE=$BUILD_DATE" >> $GITHUB_ENV
echo "BUILD_VERSION=$BUILD_VERSION" >> $GITHUB_ENV
echo "BUILD_REVISION=$BUILD_REVISION" >> $GITHUB_ENV
cat package.json
echo $BUILD_VERSION
- name: Set up Docker Buildx
Expand Down

0 comments on commit 6dad852

Please sign in to comment.