Skip to content

Commit

Permalink
feat: create version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Feb 13, 2024
1 parent b07e45a commit 48fef0a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/sync-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,9 @@ jobs:
- name: Check out repo πŸ“š
uses: actions/checkout@v3

- name: Receive version
run: |
echo ${{ needs.sync-openapi-private.outputs.new_release }}
# - name: Create new version πŸš€
# uses: readmeio/rdme@v8
# with:
# # TODO receive version as argument
# rdme: versions:create 0.11.4-beta --fork 0-beta-staging --codename=0.11.4-beta --main true --beta true --isPublic true --key=${{ secrets.README_API_KEY }}
- name: Create new version πŸš€
uses: readmeio/rdme@v8
env:
version: ${{ needs.sync-openapi-private.outputs.new_release }}
with:
rdme: versions:create $version --fork 0-beta-staging --codename=$version --main true --beta true --isPublic true --key=${{ secrets.README_API_KEY }}

0 comments on commit 48fef0a

Please sign in to comment.