Skip to content

Commit

Permalink
Release stable action (#97)
Browse files Browse the repository at this point in the history
* Create main.yml

* Add release-stable script

* change workflow file name

* adjust release-stable script

* fix working directory

* fix working directory
  • Loading branch information
halocline authored Jul 19, 2024
1 parent bba9f47 commit 30ce250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-grommet-leaflet-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
git config --global user.name "Grommet Community Bot"
git config --global user.email "[email protected]"
yarn release-stable
working-directory: design-tokens
working-directory: grommet-leaflet
env:
GH_TOKEN: ${{ secrets.GH_ACTION_ACCESS_TOKEN }}

0 comments on commit 30ce250

Please sign in to comment.