Skip to content

Commit ec42a79

Browse files
authored
Update release-please.yml
1 parent 90ebef3 commit ec42a79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ on:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Extract tag name
30-
id: tag
31-
run: |
30+
id: tag
31+
run: |
3232
full_tag="${{ needs.release-please.outputs.tag_name }}"
3333
tag="${full_tag#*--}" # removes everything before the --
3434
echo "tag=$tag" >> $GITHUB_OUTPUT
3535
3636
- name: Trigger release.yml
37-
run: |
37+
run: |
3838
curl -X POST \
3939
-H "Authorization: token ${{ secrets.GH_PAT }}" \
4040
-H "Accept: application/vnd.github.v3+json" \
4141
https://api.github.com/repos/Loop3d/${{ env.PACKAGE_NAME }}/actions/workflows/release.yml/dispatches \
4242
-d "{\"ref\":\"${{ steps.tag.outputs.tag }}\"}"
4343
44-
44+

0 commit comments

Comments
 (0)