Skip to content

Commit

Permalink
Fix Node 16 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropombeiro committed Jul 7, 2024
1 parent d74ae61 commit e6b513d
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
@@ -1,7 +1,7 @@
---
name: Release qnapexporter

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
release:
types: [created]

Expand All @@ -10,11 +10,11 @@ jobs:
name: release linux/amd64
runs-on: ubuntu-latest
permissions:
contents: write # for wangyoucao577/go-release-action to upload assets
contents: write # for wangyoucao577/go-release-action to upload assets

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

Expand Down

0 comments on commit e6b513d

Please sign in to comment.