Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot authored Aug 17, 2024
1 parent 78dd7da commit 77df48f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.GOOGLE_MAPS_BOT }}
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- name: Update app.js on default branch
run: |
rm austin-recycling/static/app.js
Expand All @@ -36,4 +35,4 @@ jobs:
git config --global user.email '[email protected]'
git add app.js
git commit -m "chore: update app.js [skip ci]" || true

0 comments on commit 77df48f

Please sign in to comment.