Skip to content

Commit c78674a

Browse files
committed
fix(ci): move id to proper place
Signed-off-by: Jef LeCompte <[email protected]>
1 parent 72050ed commit c78674a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
jobs:
77
cd:
88
runs-on: ubuntu-latest
9-
id: release
109
steps:
1110
- uses: actions/checkout@v2
1211
- uses: GoogleCloudPlatform/[email protected]
12+
id: release
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
release-type: simple

0 commit comments

Comments
 (0)