Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty committed Apr 17, 2023
1 parent 428fff1 commit fc93ee0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
branches:
- main

env:
GH_TOKEN: ${{ github.token }}

name: Package

jobs:
Expand All @@ -27,4 +24,4 @@ jobs:
git config --global user.name "GitHub Actions"
git add dist/
git commit -m "chore: Update dist" || echo "No changes to commit"
gh pr create --fill
git push origin HEAD:main

0 comments on commit fc93ee0

Please sign in to comment.