Skip to content

Commit

Permalink
Merge pull request #36 from svc-design/ssl-cert-workflow
Browse files Browse the repository at this point in the history
workflows/ssl-cert-workflow.yml: use softprops/action-gh-release@v1
  • Loading branch information
svc-design authored Mar 1, 2025
2 parents 3cb0407 + 0401184 commit abe8d05
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 abe8d05

Please sign in to comment.