Skip to content

Bump actions/cache from 3.3.1 to 3.3.2 #177

Bump actions/cache from 3.3.1 to 3.3.2

Bump actions/cache from 3.3.1 to 3.3.2 #177

Workflow file for this run

name: On Master Merge
on:
push:
branches:
- master
jobs:
draft-release-publish:
name: Draft a new release
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}