Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Jul 2, 2024
1 parent 5660c78 commit c7ec34c
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
# # https://github.com/sveltejs/kit/blob/32afba695088b946aefe96da75b36de9b0667fbe/.github/workflows/release.yml
# name: 'Release'
# https://github.com/sveltejs/kit/blob/32afba695088b946aefe96da75b36de9b0667fbe/.github/workflows/release.yml
name: 'Release'

# on:
# push:
# branches: ['main']
on:
push:
branches: ['main']

# jobs:
# changesets:
# # prevents this action from running on forks
# if: github.repository == 'difizen/magent'
jobs:
# changesets:
# # prevents this action from running on forks
# if: github.repository == 'difizen/magent'

# name: Changesets
# uses: difizen/actions/.github/workflows/release-changesets.yml@main
# secrets:
# BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
# BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
# name: Changesets
# uses: difizen/actions/.github/workflows/release-changesets.yml@main
# secrets:
# BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
# BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}

# permissions:
# pull-requests: write
# contents: write
# permissions:
# pull-requests: write
# contents: write

# ci:
# needs: [changesets]
# if: |
# needs.changesets.outputs.should-release == 'true'
ci:
# needs: [changesets]
# if: |
# needs.changesets.outputs.should-release == 'true'

# name: Prerelease CI
# uses: ./.github/workflows/ci.yml
name: Prerelease CI
uses: ./.github/workflows/ci.yml

# permissions:
# contents: read
# actions: read
permissions:
contents: read
actions: read

# publish:
# needs: [ci]
# if: |
# needs.ci.result == 'success'
# publish:
# needs: [ci]
# if: |
# needs.ci.result == 'success'

# name: Publish
# uses: difizen/actions/.github/workflows/release-publish.yml@main
# name: Publish
# uses: difizen/actions/.github/workflows/release-publish.yml@main

# with:
# node-version: '18'
# python-version: '3.8'
# with:
# node-version: '18'
# python-version: '3.8'

# permissions:
# contents: write
# permissions:
# contents: write

# secrets:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# secrets:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c7ec34c

Please sign in to comment.