Skip to content

Commit 83a6a1e

Browse files
authored
Update release.yml
1 parent 03e3767 commit 83a6a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permissions:
44
pull-requests: write
55
packages: write
66
deployments: write
7+
contents: write
78

89
on:
910
push:
@@ -68,7 +69,7 @@ jobs:
6869
cp data/.flattened-pom.xml staging/kusto-data-$version.pom
6970
cp ingest/.flattened-pom.xml staging/kusto-ingest-$version.pom
7071
- name: Github Release
71-
uses: anton-yurchenko/git-release@v6.0.0
72+
uses: docker://antonyurchenko/git-release:v6
7273
env:
7374
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7475
with:

0 commit comments

Comments
 (0)