Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbite authored Dec 27, 2022
1 parent 3a32d65 commit e37175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
VERSION: 7.12.${{ github.run_number }}-preview
VERSION: 7.12.${{ github.run_number }}
DOCKER_BUILDKIT: 1
BUILDKIT_PROGRESS: plain
steps:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
body: |
Release ${{ env.VERSION }}
draft: false
prerelease: false
prerelease: false

0 comments on commit e37175d

Please sign in to comment.