ci: temporarily disabled jsr publishing

This commit is contained in:
alina 🌸 2024-08-18 13:43:22 +03:00
parent f3da84bd45
commit 657fea8518
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 27 additions and 27 deletions

View file

@ -59,14 +59,14 @@ jobs:
GH_RELEASE: 1 GH_RELEASE: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node scripts/publish.js ${{ steps.find.outputs.modified }} run: node scripts/publish.js ${{ steps.find.outputs.modified }}
- uses: denoland/setup-deno@v1 # - uses: denoland/setup-deno@v1
with: # with:
deno-version: '1.45.5' # deno-version: '1.45.5'
- name: Build packages and publish to JSR # - name: Build packages and publish to JSR
env: # env:
JSR: 1 # JSR: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node scripts/publish.js ${{ steps.find.outputs.modified }} # run: node scripts/publish.js ${{ steps.find.outputs.modified }}
- name: Commit version bumps - name: Commit version bumps
run: | run: |
git commit -am "v${{ steps.bump.outputs.version }}" git commit -am "v${{ steps.bump.outputs.version }}"

View file

@ -110,22 +110,22 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REGISTRY: 'https://npm.tei.su' REGISTRY: 'https://npm.tei.su'
run: cd e2e/node && ./cli.sh ci-publish run: cd e2e/node && ./cli.sh ci-publish
e2e-deno: # e2e-deno:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
needs: [lint, test-node, test-web, test-bun, test-deno] # needs: [lint, test-node, test-web, test-bun, test-deno]
permissions: # permissions:
contents: read # contents: read
actions: write # actions: write
steps: # steps:
- uses: actions/checkout@v4 # - uses: actions/checkout@v4
- name: Run end-to-end tests under Deno # - name: Run end-to-end tests under Deno
env: # env:
API_ID: ${{ secrets.TELEGRAM_API_ID }} # API_ID: ${{ secrets.TELEGRAM_API_ID }}
API_HASH: ${{ secrets.TELEGRAM_API_HASH }} # API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: nick-fields/retry@v2 # uses: nick-fields/retry@v2
# thanks docker networking very cool # # thanks docker networking very cool
with: # with:
max_attempts: 3 # max_attempts: 3
timeout_minutes: 30 # timeout_minutes: 30
command: cd e2e/deno && ./cli.sh ci # command: cd e2e/deno && ./cli.sh ci