diff --git a/.github/workflows/sync-version-with-upstream.yml b/.github/workflows/sync-version-with-upstream.yml index 37adaa5..8f994c0 100644 --- a/.github/workflows/sync-version-with-upstream.yml +++ b/.github/workflows/sync-version-with-upstream.yml @@ -3,7 +3,7 @@ name: Update on: # Runs at 10:00 UTC every day schedule: - - cron: '0 10 * * *' + - cron: "0 10 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -26,4 +26,4 @@ jobs: curl -sL https://api.github.com/repos/get-iplayer/get_iplayer/releases | jq . | grep tag_name | grep -v beta | head -n 1 | cut -d'"' -f4 | tr -d 'v' ) - sed -i 's/^\(version: \).*$/\1'"$VERSION"'/' snap/snapcraft.yaml + sed -i "s/^\(version: \).*$/\1\"$VERSION\"/" snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8b2018e..1a8674d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -3,7 +3,7 @@ adopt-info: get-iplayer summary: CLI for downloading content from BBC iplayer description: | Command Line tool for downloading tv and radio programmes from the last 30 days from the BBC iPlayer. -version: 3.35 +version: "3.35" base: core22 grade: stable confinement: strict