Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Nov 19, 2023
1 parent fa5b3e0 commit 30ce87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
# get the version from version-nextgen. First line only
VERSION=$(head -n 1 version-nextgen)
# get the build number from the github run
BUILD_NUMBER=$GITHUB_RUN_ID
BUILD_NUMBER=$GITHUB_RUN_NUMBER
echo "ACARS Hub: $VERSION Build $BUILD_NUMBER"
OUTPUT="ACARS Hub: $VERSION Build $BUILD_NUMBER"
# replace the version in acarshub-typescript/src/menu.ts
sed -i "s/Pre-Release/$OUTPUT/g" acarshub-typescript/src/menu.ts
sed -i "s/Pre-Release/$OUTPUT/g" acarshub-typescript/src/helpers/menu.ts
deploy:
name: Deploy
Expand Down

0 comments on commit 30ce87e

Please sign in to comment.