Skip to content

Commit

Permalink
Merge branch 'main' into prek/encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Jan 3, 2024
2 parents a02d403 + 0354d68 commit c685963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Create Release
uses: actions/github-script@v3.0
uses: actions/github-script@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
echo "::set-output name=tagv::${TAG_NAME}"
echo "::set-output name=version::${VERSION}"
- uses: golemfactory/build-deb-action@v3
- uses: golemfactory/build-deb-action@v4
id: deb
with:
debVersion: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit c685963

Please sign in to comment.