8000 Merge pull request #654 from decarlof/master · tomopy/tomopy@2c94ed1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Merge pull request #654 from decarlof/master #9

Merge pull request #654 from decarlof/master

Merge pull request #654 from decarlof/master #9

Workflow file for this run

name: Upload a source archive and hash at every tagged release
on:
push:
tags:
# Use pattern matching to only run on version release tags
- "[0-9]+.[0-9]+.[0-9]+"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: carterbox/release-archive-with-hash@v1
with:
token: ${{ secrets.AUTO_ARCHIVE_TOKEN }}
0