Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Mar 6, 2024
1 parent 03e3767 commit 83a6a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permissions:
pull-requests: write
packages: write
deployments: write
contents: write

on:
push:
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
cp data/.flattened-pom.xml staging/kusto-data-$version.pom
cp ingest/.flattened-pom.xml staging/kusto-ingest-$version.pom
- name: Github Release
uses: anton-yurchenko/git-release@v6.0.0
uses: docker://antonyurchenko/git-release:v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 83a6a1e

Please sign in to comment.