Skip to content

Commit 4361fe6

Browse files
author
Evilazaro Alves
committed
add output
1 parent 8a16064 commit 4361fe6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,13 @@ jobs:
3939
- name: Checkout code
4040
uses: actions/checkout@v4
4141
with:
42-
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
42+
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
43+
44+
45+
- name: Build Bicep Code
46+
id: build
47+
uses: ./.github/actions/ci/bicep-standard-ci
48+
with:
49+
branch_name: ${{ needs.generate-release.outputs.branch_name }}
50+
new_version: ${{ needs.generate-release.outputs.new_version }}
51+
should_publish: ${{ needs.generate-release.outputs.should_publish }}

0 commit comments

Comments
 (0)