Skip to content

Commit

Permalink
bump platform integration builder
Browse files Browse the repository at this point in the history
Update publish.yaml

Update publish.yaml

upgrade pib

bump pib again

again and again
  • Loading branch information
batuhan committed Mar 12, 2024
1 parent 3e8418a commit da17d3b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Integration

on:
push:
branches:
- main
tags:
- 'v*'
pull_request:

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
git config --global url."https://${{ secrets.PAT_USER }}:${{ secrets.PAT }}@github.com/".insteadOf "https://github.com/"
- uses: TextsHQ/platform-integration-builder@v2.0.2
- uses: TextsHQ/platform-integration-builder@v2.5.3
id: publish
with:
s3-access-key-id: ${{ secrets.S3_ACCESS_KEY_ID }}
Expand All @@ -39,8 +39,7 @@ jobs:
with:
comment_tag: manifest
message: ${{ steps.publish.outputs.summary }}

- uses: peter-evans/commit-comment@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
body: ${{ steps.publish.outputs.summary }}

- name: Results
run: |
echo "${{ steps.publish.outputs.summary }}"

0 comments on commit da17d3b

Please sign in to comment.