Skip to content

Commit

Permalink
fix release workflow (#1288)
Browse files Browse the repository at this point in the history
* fix ci

* CD: Sync clock

* CI: remove the v from inputs.tag_name
  • Loading branch information
Thykof committed Dec 7, 2023
1 parent 67b0544 commit 3d2a7bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ jobs:
run: |
export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')-dev
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Set Version
if: ${{ env.VERSION != '' }}
run: |
VERSION=$(echo "${{ env.VERSION }}" | sed 's/^v//')
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Sync clock
run: sudo sntp -sS time.windows.com # https://github.com/actions/runner/issues/2996#issuecomment-1833103110
- name: Download MassaStation Package
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3d2a7bb

Please sign in to comment.