Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7878 committed Apr 4, 2024
1 parent 64ecdba commit 3cf29ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Refresh Version"
name: "Update Version"

on:
push:
Expand All @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
contents: write
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -47,5 +47,5 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add version.txt
git commit -m "Add version file"
git commit -m "Update version"
git push
1 change: 0 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mode: Mainline
next-version: 1.1.1
branches: {}
ignore:
sha: []
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


# dbus-opendtu

> **Attention:**
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
Version: 1.1.5

0 comments on commit 3cf29ae

Please sign in to comment.