Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
adjusting publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
EMPTYVOID-DEV committed Mar 21, 2024
1 parent d86a143 commit 76773e9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ on:
- master
concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions: {} #reset
permissions: {}

jobs:
release:
# IMPORTANT: prevent this action from running on forks
if: github.repository == 'EMPTYVOID-DEV/Split'
if: github.repository == 'EMPTYVOID-DEV/create-split-app'
permissions:
contents: write # to create release (changesets/action)
pull-requests: write # to create pull request (changesets/action)
contents: write
pull-requests: write
name: Release
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 76773e9

Please sign in to comment.