Skip to content

Commit 0583118

Browse files
authored
🔧 fix: Release using new dagger ghrelease "with" constructors (#45)
1 parent 7af9cef commit 0583118

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ jobs:
129129
- name: Upload all artifacts to GitHub release
130130
run: |
131131
dagger call -m github.com/papercomputeco/daggerverse/ghrelease \
132-
--token=env:GH_TOKEN \
133-
--repo=papercomputeco/masterblaster \
134-
--assets=./build \
132+
--token=env://GH_TOKEN \
133+
with-repo --repo="${{ github.repository }}" \
134+
with-assets --assets=./build \
135135
with-flatten \
136136
with-tag --tag="${{ github.event.release.tag_name }}" \
137137
upload

0 commit comments

Comments
 (0)