Skip to content

Commit

Permalink
Merge pull request #20 from cashapp/juho/build-fix
Browse files Browse the repository at this point in the history
chore: fix upload release
  • Loading branch information
jvmakine authored Apr 24, 2024
2 parents 51f0890 + f1e498e commit e5b20df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
make -s -C pkgs/${{ inputs.package }} version
echo "VERSION=$(make -s -C pkgs/${{ inputs.package }} version)" >> $GITHUB_OUTPUT
- name: Upload Release
uses: ncipollo/release-action@v1
# Use old version of the release-action, as newer releases use node-20 which is not compatible with CentOS 7
uses: ncipollo/release-action@8c78ca2662b7f5b8d5e5d5b5dbad3a5f38911fc0
with:
tag: ${{ inputs.package }}-${{ steps.build.outputs.VERSION }}
allowUpdates: true
Expand Down

0 comments on commit e5b20df

Please sign in to comment.