Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Dec 9, 2024
1 parent 9aec3d7 commit edd36c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish.yaml

This file was deleted.

13 changes: 5 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ on:
push:
branches:
- main
- merge-queue

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create Release
run: npx [email protected] --debug --no-ci
- name: Log Event
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT"

0 comments on commit edd36c9

Please sign in to comment.