Responsive Preview: Removes admin toolbars/alerts from displaying on Responsive Preview for site editiors #350
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
name: "Publish new release" | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- closed | |
jobs: | |
release: | |
uses: CuBoulder/action-collection/.github/workflows/publish-release.yml@main | |
secrets: | |
envPAT: ${{ secrets.GITHUB_TOKEN }} | |