Skip to content

Commit 4d9c0d3

Browse files
committed
test container registry
1 parent bb1cd29 commit 4d9c0d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ jobs:
128128
- uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
129129
with:
130130
name: ${{ needs.meta.outputs.version }}
131-
files: pkg/hokay-*
131+
files: hokay-*
132132
generate_release_notes: true
133133

134134
container-registry:
135135
needs: [meta, build]
136-
if: needs.meta.outputs.mode == 'release'
136+
# if: needs.meta.outputs.mode == 'release'
137137
permissions:
138138
contents: read
139139
packages: write
@@ -163,5 +163,5 @@ jobs:
163163
steps:
164164
- uses: actions/checkout@v4
165165
- run: cargo publish --dry-run
166-
- if: startsWith(github.ref, 'refs/tags/release/')
166+
- if: needs.meta.outputs.mode == 'release'
167167
run: cargo publish --token=${{ secrets.CRATESIO_TOKEN }}

0 commit comments

Comments
 (0)