Skip to content

Commit

Permalink
Fix reference in github-release action version
Browse files Browse the repository at this point in the history
force-test
  • Loading branch information
Taapat committed Sep 9, 2023
1 parent 9c725fc commit 399a647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
run: |
ar rv ../ipk/enigma2-plugin-extensions-youtube_h1${{ env.PKGV }}.ipk debian-binary data.tar.gz control.tar.gz
- name: Create release
uses: Taapat/github-release@2.1.0
uses: Taapat/github-release@v2.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.SRCPV }}
Expand Down

0 comments on commit 399a647

Please sign in to comment.