Skip to content

Commit

Permalink
workflows/ssl-cert-workflow.yml: use softprops/action-gh-release@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-design committed Mar 1, 2025
1 parent a1cdcbc commit 0401184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssl-cert-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.tag_name }}
release_name: "SSL Certificates for ${{ env.DOMAIN }}"
Expand Down

0 comments on commit 0401184

Please sign in to comment.