We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155708f commit 605d1d4Copy full SHA for 605d1d4
.github/workflows/release.yml
@@ -49,4 +49,12 @@ jobs:
49
upload_url: ${{ steps.create_release.outputs.upload_url }}
50
asset_path: ./init.lua
51
asset_name: init.lua
52
- asset_content_type: text/plain
+ asset_content_type: text/plain
53
+
54
+ - name: Upload init.lua to CNB release
55
+ uses: docker://docker.cnb.cool/looc/git-cnb:latest
56
+ env:
57
+ CNB_TOKEN: ${{ secrets.CNB_TOKEN }}
58
+ with:
59
+ args: |
60
+ ls
0 commit comments