mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
pin version in script
This commit is contained in:
parent
cc5ec8e03e
commit
a81eab59ae
1 changed files with 1 additions and 1 deletions
2
.github/scripts/index-packages.ts
vendored
2
.github/scripts/index-packages.ts
vendored
|
@ -3,7 +3,7 @@
|
|||
import { usePantry } from "hooks"
|
||||
import * as ARGV from "./utils/args.ts"
|
||||
import { SQSClient, SendMessageCommand } from "npm:@aws-sdk/client-sqs@^3"
|
||||
import { SNSClient, PublishCommand } from "npm:@aws-sdk/client-sns"
|
||||
import { SNSClient, PublishCommand } from "npm:@aws-sdk/client-sns@^3"
|
||||
import { panic } from "utils"
|
||||
|
||||
const region = Deno.env.get("AWS_REGION") ?? panic("No region specified")
|
||||
|
|
Loading…
Reference in a new issue