Bump postcss from 8.4.40 to 8.4.41 in /frontend #276
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Turning this off for now as it works (releases get created) but release-triggered actions stop running | |
# | |
#name: Autorelease main with minor version bumps | |
#on: | |
# push: | |
# branches: [main] | |
# | |
#permissions: | |
# contents: write | |
# pull-requests: write | |
# | |
#jobs: | |
# autorelease: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout repository | |
# uses: actions/checkout@v3 | |
# with: | |
# fetch-depth: 0 | |
# - name: Autorelease Trigger | |
# id: autorelease | |
# uses: a10y/autorelease-action@59497a0b9cb31217ed85e2edb3b882bc9d5545b5 | |
# with: | |
# token: "${{ secrets.GITHUB_TOKEN }}" | |
# |