Skip to content

Commit

Permalink
update build-deb-action
Browse files Browse the repository at this point in the history
update to v3
  • Loading branch information
wkargul authored Nov 3, 2022
1 parent 725734a commit 9cbedfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
VERSION=${TAGV_NAME#v}
echo "::set-output name=tagv::${TAG_NAME}"
echo "::set-output name=version::${VERSION}"
- uses: golemfactory/build-deb-action@v2
- uses: golemfactory/build-deb-action@v3
id: deb
with:
debVersion: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 9cbedfa

Please sign in to comment.