Skip to content

Commit ed6e2b5

Browse files
chore: cherry pick release fix into release-1.1 (#733)
1 parent 4826e20 commit ed6e2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
TRIVY_SCANNER_IMG=${{ env.REGISTRY }}/${REPO_OWNER}/eraser-trivy-scanner:${TAG}
9595

9696
- name: Create GitHub release
97-
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1"
97+
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
9898
with:
9999
repo_token: "${{ secrets.GITHUB_TOKEN }}"
100100
prerelease: false

0 commit comments

Comments
 (0)