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 1e7f023 commit 2c43a74Copy full SHA for 2c43a74
.github/workflows/pkg.yml
@@ -43,7 +43,22 @@ jobs:
43
release_name: Release ${{ steps.tagName.outputs.tag }}
44
draft: false
45
prerelease: false
46
- body: 'See our [changelog](https://app-config.dev/release-notes.html)'
+ body: |
47
+ See our [changelog](https://app-config.dev/release-notes.html) for release notes.
48
+
49
+ Single-binary executables are available in the assets below.
50
51
+ The packages are also available via NPM.
52
53
+ ```
54
+ npm i @app-config/main@${{ steps.tagName.outputs.tag }}
55
56
57
+ Or, if you prefer, via Docker.
58
59
60
+ docker run --rm -it -v $(realpath .):/mnt ghcr.io/launchcodedev/app-config:${{ steps.tagName.outputs.tag }} -C /mnt v
61
62
63
- uses: actions/upload-release-asset@v1
64
env:
0 commit comments