Skip to content

Commit

Permalink
chore: fix release notes not saying the version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 authored May 25, 2024
1 parent 4a0f556 commit ff113ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: rickstaa/action-create-tag@v1
with:
tag: ${{ github.event.inputs.version }}
tag: ${ github.event.inputs.version }}

build-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,11 +80,11 @@ jobs:
**Improvements**
- Update runtipi version to ${{ needs.create-tag.outputs.tagname }}
- Update runtipi version to ${{ github.event.inputs.version }}
## How to update
If you are already running runtipi os you can just ssh to the raspberry pi and update the os by running ```cd runtipi/ && ./runtipi-cli update ${{ needs.create-tag.outputs.tagname }} && ./runtipi-cli start```
If you are already running runtipi os you can just ssh to the raspberry pi and update the os by running ```cd runtipi/ && ./runtipi-cli update ${{ github.event.inputs.version }} && ./runtipi-cli start```
Please report any bugs or issues with the os so we can fix the as soon as possible.
tag_name: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit ff113ea

Please sign in to comment.