Skip to content

Commit 2d8ec24

Browse files
committed
update workflow
1 parent 2452bfb commit 2d8ec24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Trigger CircleCI Pipeline
5656
env:
5757
CIRCLECI_TOKEN: ${{ secrets.CIRCLE_CI_TOKEN }}
58-
CIRCLE_CI_ID: ${{ secrets.CIRCLE_CI_ID }}
58+
CIRCLE_ID: ${{ secrets.CIRCLE_CI_ID }}
5959
if: ${{ steps.get_tag.outputs.tag != '' }}
6060
run: |
6161
VERSION_TAG="${{ steps.get_tag.outputs.tag }}"
@@ -77,7 +77,7 @@ jobs:
7777
-H "Circle-Token: $CIRCLECI_TOKEN" \
7878
-H "Content-Type: application/json" \
7979
-d '{
80-
"definition_id": "${{ CIRCLE_CI_ID }}",
80+
"definition_id": "${{ CIRCLE_ID }}",
8181
"parameters": {
8282
"version_tag": "'"$VERSION_TAG"'",
8383
"is_latest": '"$IS_LATEST"',

0 commit comments

Comments
 (0)