Fix typo in CI/CD workflow

This commit is contained in:
2026-04-18 18:11:28 +03:00
parent b77dd0f621
commit 26af051000
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch repository
uses: actions/checkout@6
uses: actions/checkout@v6
- name: Upgrade packages
run: apt update -y && apt upgrade -y
- name: Download and install dependencies
@@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && needs.test.result == 'success'
steps:
- name: Fetch repository
uses: actions/checkout@6
uses: actions/checkout@v6
- name: Check debian changelog version
run: test $(grep '^stormfetch' debian/changelog | head -n1 | grep -Po '(?<=\().*(?=\))' | cut -d '-' -f1) == ${{ github.ref_name }}
- name: Upgrade packages