File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed
Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 2323 push :
2424 branches :
2525 - main
26-
2726jobs :
2827 release-please :
2928 runs-on : ubuntu-latest
3029 steps :
31- - id : release
32- name : Release Please
33- uses : actions/checkout@v3
34- - uses : google-github-actions/release-please-action@v3
35- with :
36- release-type : node
37- token : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
38- package-name : " @googlemaps-samples/js-api-samples"
39-
40- - if : ${{ steps.release.outputs.release_created }}
41- name : Checkout
42- uses : actions/checkout@v3
4330
4431 # Debugging steps to return the contents of root and current branch name.
45- - if : ${{ steps.release.outputs.release_created }}
46- uses : actions/checkout@v3
32+ - uses : actions/checkout@v3
4733 - run : ls -l
4834 - run : echo "Current Branch - ${{ github.ref }}"
4935
36+ - uses : actions/checkout@v3
37+ - uses : google-github-actions/release-please-action@v3
38+ with :
39+ release-type : node
40+ token : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
41+ package-name : " @googlemaps-samples/js-api-samples"
You can’t perform that action at this time.
0 commit comments