Skip to content

chore(deps): update actions/checkout action to v5 #18

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #18

Workflow file for this run

name: Create Release
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
build_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: cargo run -- --container-cmd=docker --create-release $GITHUB_REF_NAME
env:
GH_TOKEN: ${{ github.token }}