Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 1db4c6d

Browse files
authored
Merge pull request #261 from google/automatic-publish-2
Modify workflow call syntax
2 parents b4366af + c06e733 commit 1db4c6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ jobs:
6161
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
6262
https://api.github.com/repos/google/closure-compiler-npm/releases \
6363
-d '{"tag_name":"v${{ github.event.inputs.COMPILER_VERSION_NUMBER }}.0.0","name":"${{ github.event.inputs.COMPILER_VERSION_NUMBER }}.0.0","body":"Closure-compiler ${{ github.event.inputs.COMPILER_VERSION_NUMBER }} release","draft":false,"prerelease":false,"generate_release_notes":true}'
64-
- name: Trigger Build and Publish
65-
uses: ./.github/workflows/build.yml
64+
trigger-publication:
65+
name: Trigger Build and Publish
66+
needs: create-release
67+
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)