1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Fix conditions to publish packages in GitHub workflows

This commit is contained in:
Frédéric Guillot 2024-03-10 11:59:31 -07:00
parent 382885f144
commit eaaeb68474
6 changed files with 8 additions and 7 deletions

View file

@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.22.x"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3