Skip to content

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 #11

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 #11

Workflow file for this run

name: Release
# Runs when a PR merges.
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-workflow-when-a-pull-request-merges
on:
pull_request:
types:
- closed
jobs:
release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
container: dart
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: master
- uses: jacopocarlini/[email protected]
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"