We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de69f24 commit d707f3aCopy full SHA for d707f3a
.github/workflows/container.yml
@@ -85,10 +85,10 @@ jobs:
85
path: deploy/deploy.yaml
86
name: deploy.yaml
87
88
-# - uses: xresloader/upload-to-github-release@v1
89
-# if: github.event_name == 'release' && github.event.action == 'published'
90
-# env:
91
-# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
-# with:
93
-# file: deploy.yaml
94
-# release_id: ${{ github.event.release.id }}
+ - uses: xresloader/upload-to-github-release@v1
+ if: github.event_name == 'release' && github.event.action == 'published'
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ file: deploy.yaml
+ release_id: ${{ github.event.release.id }}
0 commit comments