Skip to content

Commit

Permalink
chore: rename ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Aug 17, 2023
1 parent 57d6250 commit 2ad920e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postman-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
postman-publish-main:
uses: ./.github/workflows/postman/postman-publish.yml
uses: ./.github/workflows/postman
with:
api-version: 'main'
release-notes: "APIs corresponding to Rafiki main branch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postman-publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
postman-publish-main:
uses: ./.github/workflows/postman/postman-publish.yml
uses: ./.github/workflows/postman
with:
api-version: ${{github.ref_name}}
release-notes: "APIs corresponding to Rafiki version ${{github.ref_name}}"
Expand Down
File renamed without changes.

0 comments on commit 2ad920e

Please sign in to comment.