Skip to content

Commit

Permalink
yolo: Copy-paste to fix previous copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Apr 7, 2024
1 parent 47025d7 commit 6ff14a5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,8 @@ jobs:
- name: Build ⚙️
run: yarn build

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Dump job context
env:
JOB_CONTEXT: ${{ toJson(job) }}
run: echo "$JOB_CONTEXT"

- name: Publish 📜
if: github.event.type == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'published'
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6ff14a5

Please sign in to comment.