Skip to content

chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.3 (#120) #10

chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.3 (#120)

chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.3 (#120) #10

Workflow file for this run

name: Track releases
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
with:
command: manifest
token: ${{ secrets.RELEASE_TOKEN }}