Skip to content

Commit d707f3a

Browse files
committed
ci: upload deploy.yaml on release
1 parent de69f24 commit d707f3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/container.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
path: deploy/deploy.yaml
8686
name: deploy.yaml
8787

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 }}
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 }}

0 commit comments

Comments
 (0)