Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Apr 19, 2024
1 parent 62990d0 commit 34b8de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{
(github.event_name == 'push' &&
github.repository_owner == 'posit-dev') ||
github.event.pull_request.head.repo.fork == true
github.event.pull_request.head.repo.fork == false
}}
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
Expand All @@ -44,7 +44,7 @@ jobs:
if: ${{
(github.event_name == 'push' &&
github.repository_owner == 'posit-dev') ||
github.event.pull_request.head.repo.fork == true
github.event.pull_request.head.repo.fork == false
}}
with:
pat: ${{ secrets.VSCE_PAT }}
Expand Down

0 comments on commit 34b8de0

Please sign in to comment.