Skip to content

Commit

Permalink
Merge pull request #261 from google/automatic-publish-2
Browse files Browse the repository at this point in the history
Modify workflow call syntax
  • Loading branch information
brad4d committed Oct 7, 2022
2 parents b4366af + c06e733 commit 1db4c6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ jobs:
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
https://api.github.com/repos/google/closure-compiler-npm/releases \
-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}'
- name: Trigger Build and Publish
uses: ./.github/workflows/build.yml
trigger-publication:
name: Trigger Build and Publish
needs: create-release
uses: ./.github/workflows/build.yml

0 comments on commit 1db4c6d

Please sign in to comment.