ci: checkout main branch when publishing postman API (#1950) #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Postman API version (tag) | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
postman-publish-main: | |
uses: ./.github/workflows/postman-publish.yml | |
with: | |
api-version: ${{github.ref_name}} | |
release-notes: "APIs corresponding to Rafiki version ${{github.ref_name}}" | |
branch: 'main' | |
secrets: inherit |