✨ v1 of FixBluesky #1
2 changed files with 2 additions and 2 deletions
|
|
@ -33,3 +33,4 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: .ci
|
release-dir: .ci
|
||||||
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
||||||
|
token: ${{secrets.OAUTH_TOKEN}}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
FROM node:21 AS base
|
FROM node:21 AS base
|
||||||
|
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN corepack enable
|
||||||
RUN apk update
|
|
||||||
RUN yarn set version canary
|
RUN yarn set version canary
|
||||||
RUN yarn config set nodeLinker node-modules
|
RUN yarn config set nodeLinker node-modules
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue