Skip to content

Commit

Permalink
Merge branch 'main' into release/0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
loicrouchon committed Jan 1, 2024
2 parents a008494 + 834e425 commit f8acd39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: jreleaser/release-action@v2
with:
version: 1.9.0
arguments: release
arguments: full-release
env:
JRELEASER_PROJECT_VERSION: ${{ steps.read-version.outputs.version }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions tools/packaging/fedora/build-from-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
set -x

VERSION="0.11.0r"
VERSION="0.11.2"

DIR=$(dirname "$0")
ROOT_DIR="$DIR/../../.."
Expand Down Expand Up @@ -32,7 +32,7 @@ cd ~
rm -rf ~/rpmbuild
rpmdev-setuptree

sed "s/\${version}/$VERSION/" < "$ROOT_DIR/src/jreleaser/distributions/rpm-spec/symly.spec" > $SPEC
sed "s/\${version}/$VERSION/" < "$ROOT_DIR/tools/packaging/fedora/symly.spec" > $SPEC
#cat "$ROOT_DIR/src/jreleaser/distributions/rpm-spec/symly.spec" | sed "s/\${version}/$VERSION/" > $SPEC
cp "$ROOT_DIR/.wip/symly-${VERSION}.tar.gz" "rpmbuild/SOURCES/v${VERSION}.tar.gz"

Expand Down

0 comments on commit f8acd39

Please sign in to comment.