Skip to content

Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 #34

Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6

Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 #34

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@v6
with:
ref: master
- uses: jacopocarlini/action-autotag@3.0.0
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"