Skip to content

Commit

Permalink
Get correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 4, 2024
1 parent 73e1d7a commit 47ac1f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.0'
# ref: 'v3.0.0'
ref: '73e1d7a7e30df3235db59a0eeafaa21c25784134'
path: 'operations'
- name: Get version from package-lock.json
id: get_version
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/app-is-deployable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.0'
# ref: 'v3.1.0'
ref: '73e1d7a7e30df3235db59a0eeafaa21c25784134'
path: 'operations'

- name: Get organization ID
Expand Down

0 comments on commit 47ac1f5

Please sign in to comment.