Skip to content

Commit

Permalink
Adjust working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jul 24, 2023
1 parent 72b875b commit a88a736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/nightly-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
npm version minor --no-git-tag-version > /dev/null 2>&1
version=$(echo "$(npm pkg get version)" | tr -d '"')
date=$(date +%Y%m%d)

# NOTE: the following assumes that only simple
# major.minor.patch version numbers are being used.
nightly="${version%.*}.$date"
echo $nightly
npm version $nightly --no-git-tag-version
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git checkout master
git pull
git submodule update --init --recursive
working-directory: vscode-lingua-franca/lingua-franca
working-directory: lingua-franca
- name: Set nightly version number
run: |
./.github/scripts/nightly-version.sh
Expand Down

0 comments on commit a88a736

Please sign in to comment.