Skip to content

Commit

Permalink
V1.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
blademindnl committed Mar 14, 2024
1 parent 1344af6 commit 48ea191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
BRANCH=release/${REF:10}
git config --local user.email "info@blademind.eu"
git config --local user.name "Blademind Hosting"
git config --local user.name "blademindeu"
git checkout -b $BRANCH
git push -u origin $BRANCH
sed -i "s/var Version = \".*\"/var Version = \"${REF:11}\"/" system/const.go
Expand Down

0 comments on commit 48ea191

Please sign in to comment.