Skip to content

Commit 5b66176

Browse files
fixup! test-and-publish: Modernize the Publish to CodeArtifact job
1 parent 5b6669f commit 5b66176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
publish:
5555
name: Publish to CodeArtifact
5656
needs: tests
57-
# if: github.event_name == 'release'
57+
if: github.event_name == 'release'
5858
runs-on: ubuntu-latest
5959
permissions:
6060
id-token: write

0 commit comments

Comments
 (0)