diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d7d812d..b73d622 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TRAVIS_BUILD_NUMBER: ${{ github.run_number }} - VERSION: ${{ github.ref_name }} + BRANCH: ${{ github.ref_name }} + VERSION: continuous steps: - name: Configure build machine run: |