Skip to content

Commit 02d8905

Browse files
committed
fix: update extractor name from "bicep" to "iac" in publish workflow
1 parent a19181b commit 02d8905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if: github.ref == 'refs/heads/main'
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98-
EXTRACTOR_NAME: "bicep"
98+
EXTRACTOR_NAME: "iac"
9999
run: |
100100
./scripts/publish-extractor-pack.sh
101101

0 commit comments

Comments
 (0)