Skip to content

Commit 1280882

Browse files
committed
Fix workflow: remove broken prepare step, update release text
1 parent eda3a57 commit 1280882

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
with:
3737
usesh: true
3838
release: "14.0"
39-
prepare: |
40-
pkg install -y # Ensure pkg is available
4139
run: |
4240
set -e
4341
@@ -83,7 +81,7 @@ jobs:
8381
body: |
8482
## Installation
8583
86-
### pfSense CE 2.7.x
84+
### pfSense CE
8785
```bash
8886
pkg-static add https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/pfSense-pkg-dnscrypt-proxy-${{ steps.version.outputs.version }}.pkg
8987
```
@@ -98,7 +96,6 @@ jobs:
9896
pkg delete pfSense-pkg-dnscrypt-proxy
9997
```
10098
101-
---
10299
See [README](https://github.com/${{ github.repository }}#readme) for full documentation.
103100
draft: false
104101
prerelease: false

0 commit comments

Comments
 (0)