Skip to content

Commit

Permalink
Remove creation of Template folder. (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouphi authored Nov 1, 2023
1 parent 4194561 commit 53854b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
sed -r -i "s/param version string = '[0-9/.]+'/param version string = '${VERSION}'/g" TemplateBicep/main.bicep
- name: Generate ARM file
run: |
mkdir Template
az bicep build --file TemplateBicep/main.bicep --outfile $ARM_FILE
- name: Set up git user using the built-in token
run: |
Expand Down

0 comments on commit 53854b0

Please sign in to comment.