Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
release: add local tag before running make dist (#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Jun 26, 2021
1 parent 0698c02 commit a947020
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,16 @@ jobs:
SKIP_LOGS_COLLECTION: true
AZURE_CORE_ONLY_SHOW_ERRORS: True
run: make test-kubernetes
- name: Add local tag
run: git tag ${{ env.RELEASE_VERSION }}
- name: Build Artifacts
run: |
docker run --rm \
-v ${GITHUB_WORKSPACE}:/go/src/github.com/Azure/aks-engine \
-w /go/src/github.com/Azure/aks-engine \
mcr.microsoft.com/oss/azcu/go-dev:v1.32.1 make dist
- name: Remove local tag
run: git tag -d ${{ env.RELEASE_VERSION }}
- name: Publish Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit a947020

Please sign in to comment.