Skip to content

Merge pull request #319 from carterbox/probe-support #20

Merge pull request #319 from carterbox/probe-support

Merge pull request #319 from carterbox/probe-support #20

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
- "v[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.SOURCE_REL_TOKEN }}