Skip to content

Commit

Permalink
Merge pull request #1159 from kapicorp/dependabot/github_actions/soft…
Browse files Browse the repository at this point in the history
…props/action-gh-release-2

chore: bump softprops/action-gh-release from 1 to 2
  • Loading branch information
ademariag committed Jul 8, 2024
2 parents 14e0fcb + 2d58efe commit b859f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pex-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir -p dist
pex .[gojsonnet] -r requirements.txt --python-shebang='#!/usr/bin/env python3' --python=python3.7 --python=python3.8 --python=python3.9 -m kapitan -o dist/kapitan.linux-x86_64.pex
- name: Add linux-x86_64 pex to assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/kapitan.linux-x86_64.pex

0 comments on commit b859f23

Please sign in to comment.