Skip to content

Commit

Permalink
build: rename release command to 'release package' (excalidraw#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad1992 authored Feb 14, 2022
1 parent 32b677f commit 69336b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
jobs:
Auto-release-excalidraw-preview:
name: Auto release preview
if: github.event.comment.body == '@excalibot trigger release' && github.event.issue.pull_request
if: github.event.comment.body == '@excalibot release package' && github.event.issue.pull_request
runs-on: ubuntu-latest
steps:
- name: React to trigger comment
- name: React to release comment
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/excalidraw/README_NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ The example is same as the [codesandbox example](https://ehlz3.csb.app/)
You can create a test release by posting the below comment in your pull request

```
@excalibot trigger release
@excalibot release package
```

Once the version is released `@excalibot` will post a comment with the release version.

0 comments on commit 69336b4

Please sign in to comment.