Skip to content

Commit

Permalink
Set version for SimplySql to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Feb 15, 2024
1 parent a6422e7 commit 82b2f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-game-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install SimplySql PowerShell module
shell: pwsh
run: |
Install-Module -Name SimplySql -Force -AllowClobber
Install-Module -Name SimplySql -RequiredVersion 1.9.1 -Force -AllowClobber
- name: Install Azure PowerShell module
shell: pwsh
Expand Down

0 comments on commit 82b2f74

Please sign in to comment.