There was an error while loading. Please reload this page.
1 parent 7af9cef commit 0583118Copy full SHA for 0583118
1 file changed
.github/workflows/release.yaml
@@ -129,9 +129,9 @@ jobs:
129
- name: Upload all artifacts to GitHub release
130
run: |
131
dagger call -m github.com/papercomputeco/daggerverse/ghrelease \
132
- --token=env:GH_TOKEN \
133
- --repo=papercomputeco/masterblaster \
134
- --assets=./build \
+ --token=env://GH_TOKEN \
+ with-repo --repo="${{ github.repository }}" \
+ with-assets --assets=./build \
135
with-flatten \
136
with-tag --tag="${{ github.event.release.tag_name }}" \
137
upload
0 commit comments