We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4826e20 commit ed6e2b5Copy full SHA for ed6e2b5
.github/workflows/release.yaml
@@ -94,7 +94,7 @@ jobs:
94
TRIVY_SCANNER_IMG=${{ env.REGISTRY }}/${REPO_OWNER}/eraser-trivy-scanner:${TAG}
95
96
- name: Create GitHub release
97
- uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1"
+ uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
98
with:
99
repo_token: "${{ secrets.GITHUB_TOKEN }}"
100
prerelease: false
0 commit comments