Skip to content

Commit 500f8f5

Browse files
committed
updating aks-app release
1 parent a289e4a commit 500f8f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
with:
2525
files: |
2626
./bin/*
27-
- name: Release
27+
- name: Release to aks-app
2828
uses: softprops/action-gh-release@v1
2929
with:
3030
files: |
3131
./bin/*
3232
token: ${{ secrets.PUBLISH_RELEASE_TOKEN }}
33-
env:
34-
GITHUB_REPOSITORY: Azure/aks-app
33+
repository: "Azure/aks-app"

0 commit comments

Comments
 (0)