Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jul 19, 2023
1 parent 173180c commit de9e124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: image.tar
path: ${{ runner.temp }}/image.tar
path: ${{ runner.temp }}/image.tar

1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ jobs:
ref: main
token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
inputs: '{ "version-bump": "${{ steps.update.outputs.version_bump }}" }'

1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ jobs:
target_commitish: ${{ steps.get_target_commit.outputs.sha }}
token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
generate_release_notes: false

0 comments on commit de9e124

Please sign in to comment.