8000 v0.13.8 · cubing/cubing.rs@b7bad45 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

v0.13.8

v0.13.8 #11

name: Publish GitHub release
on:
push:
tags:
- v*
jobs:
Publish:
permissions:
contents: write
if: startsWith(github.ref, 'refs/tags/v')
uses: cubing/actions-workflows/.github/workflows/publish-github-release.yaml@main
0