Skip to content

Commit

Permalink
fix: Github release use short sha
Browse files Browse the repository at this point in the history
Signed-off-by: deesejohn <deese.john@gmail.com>
  • Loading branch information
deesejohn committed Dec 16, 2023
1 parent cef9ab6 commit c5b053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
working-directory: src
run: |
gh release create $GITHUB_SHA --generate-notes ../manifests.yaml
gh release create "release-$(git rev-parse --short HEAD)" --generate-notes ../manifests.yaml
- name: Checkout cluster
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c5b053f

Please sign in to comment.