Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in prod types workflow #123

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/flags/deploy-data-types
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
00001
2 changes: 1 addition & 1 deletion .github/workflows/production-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "main"
paths:
- "docs/docs/spec/data-types.yaml"
- ".github/flags/deploy-data-types"
jobs:
Push-To-Types-Repo-Production:
if: github.event.pull_request.merged == true
Expand Down Expand Up @@ -70,7 +71,6 @@ jobs:
working-directory: "${{ env.TMP_DSTDIR }}"
run: |
echo 'pr=$(gh pr create --base main --title "Update types for DC API release v${{ steps.package-version.outputs.current-version}}" --body "A new version of `nulib/dc-api-v2` has been released. Please review changes and release a new version of the types package if needed." --reviewer adamjarling --reviewer mathewjordan)' >> $GITHUB_OUTPUT
- name: Checkout dcapi-types
- name: Checkout nulib/repodev_planning_and_docs
uses: actions/checkout@v3
with:
Expand Down