Skip to content

Commit 1efaa7b

Browse files
authored
Add SSH key to checkout step and update release name
1 parent f39c4b9 commit 1efaa7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
20+
ssh-key: ${{ secrets.SSH_KEY }}
2021

2122
- name: Set up Python
2223
uses: actions/setup-python@v5
@@ -35,7 +36,7 @@ jobs:
3536
uses: softprops/action-gh-release@v2
3637
with:
3738
tag_name: ${{ github.ref_name }}
38-
name: "Release ${{ github.ref_name }}"
39+
name: "Blightfall ${{ github.ref_name }}"
3940
body: "Automated build for tag ${{ github.ref_name }}"
4041
draft: false
4142
prerelease: false

0 commit comments

Comments
 (0)