Skip to content

Commit 8bbc04c

Browse files
committed
cleanup
1 parent 3a4b9e4 commit 8bbc04c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Make a new release
22
on:
33
push:
4-
branches:
5-
- pkg
64
tags:
75
- v*.*.*
86

@@ -57,8 +55,6 @@ jobs:
5755
with:
5856
draft: true
5957
generate_release_notes: true
60-
package_name: pkg
61-
tag_name: pkg
6258

6359
create-sbom:
6460
needs:
@@ -79,8 +75,7 @@ jobs:
7975
# Store the version, stripping any v-prefix
8076
- name: Write release version
8177
run: |
82-
# VERSION=${GITHUB_REF_NAME#v}
83-
VERSION=2.0.0
78+
VERSION=${GITHUB_REF_NAME#v}
8479
echo Version: $VERSION
8580
echo "VERSION=$VERSION" >> $GITHUB_ENV
8681

linux/preinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if ! id -u ${USERNAME} >/dev/null 2>&1; then
88
fi
99

1010
mkdir -p /etc/defguard
11-
chown ${USERNAME}:${USERNAME} /etc/defguard
11+
chown -R ${USERNAME}:${USERNAME} /etc/defguard
1212
chmod 750 /etc/defguard

0 commit comments

Comments
 (0)